orbit-test
/
org.orbitmvi.orbit
/
OrbitVerification
Orbit
Verification
class
OrbitVerification
<
STATE
:
Any
,
SIDE_EFFECT
:
Any
>
Content copied to clipboard
Functions
Sources
Functions
postedSideEffects
Link copied to clipboard
fun
postedSideEffects
(vararg expectedSideEffects:
SIDE_EFFECT
)
Content copied to clipboard
Assert that the expected side effects have been posted.
fun
postedSideEffects
(expectedSideEffects:
Iterable
<
SIDE_EFFECT
>)
Content copied to clipboard
Assert that the expected side effects have been posted.
states
Link copied to clipboard
fun
states
(vararg expectedStateChanges:
STATE
.() ->
STATE
)
Content copied to clipboard
Assert that the expected sequence of state changes has been emitted.
Sources
common source
Link copied to clipboard