TestContainerHost

sealed class TestContainerHost<STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST>

Functions

Link copied to clipboard
fun assert(initialState: STATE, timeoutMillis: Long = 1000, block: OrbitVerification<STATE, SIDE_EFFECT>.() -> Unit = {})

Perform assertions on your ContainerHost.

Properties

Link copied to clipboard
val sideEffectObserver: TestFlowObserver<SIDE_EFFECT>
Link copied to clipboard
val stateObserver: TestFlowObserver<STATE>

Inheritors

Link copied to clipboard
Link copied to clipboard

Sources

Link copied to clipboard