Test Fixtures
class TestFixtures<STATE : Any, SIDE_EFFECT : Any>(initialState: STATE, stateObserver: TestFlowObserver<STATE>, sideEffectObserver: TestFlowObserver<SIDE_EFFECT>, blocking: Boolean)
Content copied to clipboard
Functions
Properties
initialState
Link copied to clipboard
sideEffectObserver
Link copied to clipboard
stateObserver
Link copied to clipboard
Sources
(source)
Link copied to clipboard