package testkit
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class TestClock(ref: Ref[Data]) extends Service[Any] with Product with Serializable
- case class TestConsole(ref: Ref[Data]) extends Service[Any] with Product with Serializable
- final case class TestRandom(ref: Ref[Data]) extends Service[Any] with Product with Serializable
-
final
case class
TestScheduler(ref: Ref[Data], runtime: Runtime[Clock]) extends Service[Any] with Product with Serializable
Implementation of Scheduler.Service for testing.
Implementation of Scheduler.Service for testing. The passed Ref[TestClock.Data] will be used to determine when to run the scheduled runnables. Make sure to call shutdown() to force execution of all remaining tasks.
- case class TestSystem(ref: Ref[Data]) extends Service[Any] with Product with Serializable
Value Members
- object TestClock extends Serializable
- object TestConsole extends Serializable
- object TestRandom extends Serializable
- object TestScheduler extends Serializable
- object TestSystem extends Serializable