OrbitVerification

class OrbitVerification<STATE : Any, SIDE_EFFECT : Any>

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
postedSideEffects
Link copied to clipboard
common
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
common
fun states(vararg expectedStateChanges: STATE.() -> STATE)
Assert that the expected sequence of state changes has been emitted.
toString
Link copied to clipboard
common
open fun toString(): String

Sources

(source)
Link copied to clipboard