redux
test-support
/
com.episode6.redux.testsupport
/
SideEffectTestContext
Side
Effect
Test
Context
class
SideEffectTestContext
<
T
>
(
defaultState
:
T
)
:
SideEffectContext
<
T
>
Content copied to clipboard
Utility class for testing individual
SideEffect
s.
Constructors
Functions
Properties
Constructors
Side
Effect
Test
Context
Link copied to clipboard
fun
<
T
>
SideEffectTestContext
(
defaultState
:
T
)
Content copied to clipboard
Functions
current
State
Link copied to clipboard
open
suspend override
fun
currentState
(
)
:
T
Content copied to clipboard
Properties
actions
Link copied to clipboard
open
override
val
actions
:
Flow
<
Action
>
Content copied to clipboard
actions
Flow
Link copied to clipboard
val
actionsFlow
:
MutableSharedFlow
<
Action
>
Content copied to clipboard
active
State
Link copied to clipboard
var
activeState
:
T
Content copied to clipboard