Test Container Host
sealed class TestContainerHost<STATE : Any, SIDE_EFFECT : Any, T : ContainerHost<STATE, SIDE_EFFECT>>
Content copied to clipboard
Functions
assert
Link copied to clipboard
fun assert(initialState: STATE, timeoutMillis: Long = 1000L, block: OrbitVerification<STATE, SIDE_EFFECT>.() -> Unit = {})
Content copied to clipboard
Properties
Inheritors
SuspendingTestContainerHost
Link copied to clipboard
RegularTestContainerHost
Link copied to clipboard
Sources
(source)
Link copied to clipboard