TestFixtures

fun <STATE : Any, SIDE_EFFECT : Any> TestFixtures(initialState: STATE, stateObserver: TestFlowObserver<STATE>, sideEffectObserver: TestFlowObserver<SIDE_EFFECT>, blocking: Boolean)

Sources

(source)
Link copied to clipboard