TestFixtures

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

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

blocking
Link copied to clipboard
common
val blocking: Boolean
initialState
Link copied to clipboard
common
val initialState: STATE
sideEffectObserver
Link copied to clipboard
common
val sideEffectObserver: TestFlowObserver<SIDE_EFFECT>
stateObserver
Link copied to clipboard
common
val stateObserver: TestFlowObserver<STATE>

Sources

(source)
Link copied to clipboard