case class TestEnvironment(blocking: Service[Any], clock: Test, console: Test, live: Service[Clock with Console with System with Random with Blocking], random: Test, scheduler: Test, sized: Service[Any], system: Test) extends Blocking with Live[Clock with Console with System with Random with Blocking] with TestClock with TestConsole with TestRandom with TestSystem with Scheduler with Sized with Product with Serializable
- Alphabetic
- By Inheritance
- TestEnvironment
- Product
- Equals
- Sized
- TestSystem
- System
- TestRandom
- Random
- TestConsole
- Console
- TestClock
- Scheduler
- Clock
- Live
- Blocking
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blocking: Service[Any]
- Definition Classes
- TestEnvironment → Blocking
- val clock: Test
- Definition Classes
- TestEnvironment → TestClock → Clock
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val console: Test
- Definition Classes
- TestEnvironment → TestConsole → Console
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val live: Service[Clock with Console with System with Random with Blocking]
- Definition Classes
- TestEnvironment → Live
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val random: Test
- Definition Classes
- TestEnvironment → TestRandom → Random
- val scheduler: Test
- Definition Classes
- TestEnvironment → TestClock → Scheduler
- val sized: Service[Any]
- Definition Classes
- TestEnvironment → Sized
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: Test
- Definition Classes
- TestEnvironment → TestSystem → System
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()