testIntent

suspend fun testIntent(action: T.() -> Unit): TestContainerHost<STATE, SIDE_EFFECT, T>

Invoke an intent on the ContainerHost under test as a suspending function.

Sources

(source)
Link copied to clipboard