orbit-test
/
org.orbitmvi.orbit
/
OrbitVerification
common
Orbit
Verification
class
OrbitVerification
<
STATE
:
Any
,
SIDE_EFFECT
:
Any
>
Content copied to clipboard
Functions
Sources
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
postedSideEffects
Link copied to clipboard
common
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
common
fun
states
(vararg expectedStateChanges:
STATE
.() ->
STATE
)
Content copied to clipboard
Assert that the expected sequence of state changes has been emitted.
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard