Packages

p

zio

testkit

package testkit

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class TestClock(ref: Ref[Data]) extends Service[Any] with Product with Serializable
  2. case class TestConsole(ref: Ref[Data]) extends Service[Any] with Product with Serializable
  3. final case class TestRandom(ref: Ref[Data]) extends Service[Any] with Product with Serializable
  4. 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.

  5. case class TestSystem(ref: Ref[Data]) extends Service[Any] with Product with Serializable

Value Members

  1. object TestClock extends Serializable
  2. object TestConsole extends Serializable
  3. object TestRandom extends Serializable
  4. object TestScheduler extends Serializable
  5. object TestSystem extends Serializable

Ungrouped