Package org. orbitmvi. orbit
Types
OrbitVerification
Link copied to clipboard
TestFixtures
Link copied to clipboard
class TestFixtures<STATE : Any, SIDE_EFFECT : Any>(initialState: STATE, stateObserver: TestFlowObserver<STATE>, sideEffectObserver: TestFlowObserver<SIDE_EFFECT>, blocking: Boolean)
Content copied to clipboard
TestFlowObserver
Link copied to clipboard
TestHarness
Link copied to clipboard
class TestHarness
Content copied to clipboard
Functions
assert
Link copied to clipboard
fun <STATE : Any, SIDE_EFFECT : Any> ContainerHost<STATE, SIDE_EFFECT>.assert(initialState: STATE, timeoutMillis: Long = 5000L, block: OrbitVerification<STATE, SIDE_EFFECT>.() -> Unit = {})
Content copied to clipboard
test
Link copied to clipboard