Test
Value members
Concrete methods
Increments the current clock time by the specified duration. Any effects that were scheduled to occur on or before the new time will be run in order.
Increments the current clock time by the specified duration. Any effects that were scheduled to occur on or before the new time will be run in order.
Increments the current clock time by the specified duration. Any effects that were scheduled to occur on or before the new time will be run in order.
Increments the current clock time by the specified duration. Any effects that were scheduled to occur on or before the new time will be run in order.
Returns the current clock time as an OffsetDateTime
.
Returns the current clock time as an OffsetDateTime
.
Returns the current clock time in the specified time unit.
Returns the current clock time in the specified time unit.
Constructs a java.time.Clock
backed by the Clock
service.
Constructs a java.time.Clock
backed by the Clock
service.
Returns the current clock time as a LocalDateTime
.
Returns the current clock time as a LocalDateTime
.
Saves the TestClock
's current state in an effect which, when run, will
restore the TestClock
state to the saved state
Saves the TestClock
's current state in an effect which, when run, will
restore the TestClock
state to the saved state
Sets the current clock time to the specified Instant
. Any effects that
were scheduled to occur on or before the new time will be run in order.
Sets the current clock time to the specified Instant
. Any effects that
were scheduled to occur on or before the new time will be run in order.
Sets the time zone to the specified time zone. The clock time in terms of nanoseconds since the epoch will not be adjusted and no scheduled effects will be run as a result of this method.
Sets the time zone to the specified time zone. The clock time in terms of nanoseconds since the epoch will not be adjusted and no scheduled effects will be run as a result of this method.
Semantically blocks the current fiber until the clock time is equal to or greater than the specified duration. Once the clock time is adjusted to on or after the duration, the fiber will automatically be resumed.
Semantically blocks the current fiber until the clock time is equal to or greater than the specified duration. Once the clock time is adjusted to on or after the duration, the fiber will automatically be resumed.
Returns a list of the times at which all queued effects are scheduled to resume.
Returns a list of the times at which all queued effects are scheduled to resume.