OrbitVerification

class OrbitVerification<STATE : Any, SIDE_EFFECT : Any>

Functions

postedSideEffects
Link copied to clipboard
fun postedSideEffects(vararg expectedSideEffects: SIDE_EFFECT)
Assert that the expected side effects have been posted.
fun postedSideEffects(expectedSideEffects: Iterable<SIDE_EFFECT>)
Assert that the expected side effects have been posted.
states
Link copied to clipboard
fun states(vararg expectedStateChanges: STATE.() -> STATE)
Assert that the expected sequence of state changes has been emitted.

Sources

common source
Link copied to clipboard