case class MockEnvironment(blocking: Service[Any], clock: Mock, console: Mock, live: Service[Clock with Console with System with Random with Blocking], random: Mock, scheduler: Mock, sized: Service[Any], system: Mock) extends Blocking with Live[Clock with Console with System with Random with Blocking] with MockClock with MockConsole with MockRandom with MockSystem with Scheduler with Sized with Product with Serializable
- Alphabetic
- By Inheritance
- MockEnvironment
- Product
- Equals
- Sized
- MockSystem
- System
- MockRandom
- Random
- MockConsole
- Console
- MockClock
- 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
- MockEnvironment → Blocking
- val clock: Mock
- Definition Classes
- MockEnvironment → MockClock → Clock
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val console: Mock
- Definition Classes
- MockEnvironment → MockConsole → 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
- MockEnvironment → 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: Mock
- Definition Classes
- MockEnvironment → MockRandom → Random
- val scheduler: Mock
- Definition Classes
- MockEnvironment → MockClock → Scheduler
- val sized: Service[Any]
- Definition Classes
- MockEnvironment → Sized
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val system: Mock
- Definition Classes
- MockEnvironment → MockSystem → 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()