case class TestEnvironment(blocking: Service[Any], clock: Test, console: Test, live: Service[zio.ZEnv], random: Test, sized: Service[Any], system: Test) extends Blocking with Live[zio.ZEnv] 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
- 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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
console: Test
- Definition Classes
- TestEnvironment → TestConsole → Console
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
live: Service[zio.ZEnv]
- Definition Classes
- TestEnvironment → Live
-
final
def
mapAll(mapTestClock: (Test) ⇒ Test = identity, mapTestConsole: (Test) ⇒ Test = identity, mapTestRandom: (Test) ⇒ Test = identity, mapTestSystem: (Test) ⇒ Test = identity): TestEnvironment
Maps all test implementations in the test environment individually.
-
final
def
mapTestClock(f: (Test) ⇒ Test): TestEnvironment
Maps the TestClock implementation in the test environment, leaving all other test implementations the same.
-
final
def
mapTestConsole(f: (Test) ⇒ Test): TestEnvironment
Maps the TestConsole implementation in the test environment, leaving all other test implementations the same.
-
final
def
mapTestRandom(f: (Test) ⇒ Test): TestEnvironment
Maps the TestRandom implementation in the test environment, leaving all other test implementations the same.
-
final
def
mapTestSystem(f: (Test) ⇒ Test): TestEnvironment
Maps the TestSystem implementation in the test environment, leaving all other test implementations the same.
-
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()
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()