Package

zio

testkit

Permalink

package testkit

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. case class TestConsole(ref: Ref[Data]) extends Service[Any] with Product with Serializable

    Permalink
  3. final case class TestRandom(ref: Ref[Data]) extends Service[Any] with Product with Serializable

    Permalink
  4. final case class TestScheduler(ref: Ref[Data], runtime: Runtime[Clock]) extends Service[Any] with Product with Serializable

    Permalink

    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

    Permalink

Value Members

  1. object TestClock extends Serializable

    Permalink
  2. object TestConsole extends Serializable

    Permalink
  3. object TestRandom extends Serializable

    Permalink
  4. object TestScheduler extends Serializable

    Permalink
  5. object TestSystem extends Serializable

    Permalink

Ungrouped