OrbitVerification

class OrbitVerification<STATE : Any, SIDE_EFFECT : Any>

Functions

Link copied to clipboard
fun postedSideEffects(vararg expectedSideEffects: SIDE_EFFECT)
fun postedSideEffects(expectedSideEffects: Iterable<SIDE_EFFECT>)

Assert that the expected side effects have been posted.

Link copied to clipboard
fun states(vararg expectedStateChanges: STATE.() -> STATE)

Assert that the expected sequence of state changes has been emitted.

Sources

Link copied to clipboard