Test Container Host
sealed class TestContainerHost<STATE : Any, SIDE_EFFECT : Any, CONTAINER_HOST : ContainerHost<STATE, SIDE_EFFECT>>
Content copied to clipboard
Functions
Link copied to clipboard
fun assert(initialState: STATE, timeoutMillis: Long = 1000, block: OrbitVerification<STATE, SIDE_EFFECT>.() -> Unit = {})
Content copied to clipboard
Perform assertions on your ContainerHost.