Suspending Test Container Host
class SuspendingTestContainerHost<STATE : Any, SIDE_EFFECT : Any, T : ContainerHost<STATE, SIDE_EFFECT>>(actual: T, initialState: STATE, isolateFlow: Boolean, runOnCreate: Boolean) : TestContainerHost<STATE, SIDE_EFFECT, T>
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
testIntent
Link copied to clipboard
suspend fun testIntent(action: T.() -> Unit): TestContainerHost<STATE, SIDE_EFFECT, T>
Content copied to clipboard
Properties
Sources
(source)
Link copied to clipboard