ManualClock

libretto.testing.ManualClock
See theManualClock companion object
trait ManualClock

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def advanceBy(d: FiniteDuration): Unit
def advanceTo(d: FiniteDuration): Unit

Advances the time to the given amount from the start. If the current time is already past that amount, does nothing.

Advances the time to the given amount from the start. If the current time is already past that amount, does nothing.

Attributes