redux
Toggle table of contents
1.1.7-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
redux
test-support
/
com.episode6.redux.testsupport
/
SideEffectTestContext
Side
Effect
Test
Context
class
SideEffectTestContext
<
T
>
(
defaultState
:
T
)
:
SideEffectContext
<
T
>
Utility class for testing individual
SideEffect
s.
Members
Constructors
Side
Effect
Test
Context
Link copied to clipboard
constructor
(
defaultState
:
T
)
Properties
actions
Link copied to clipboard
open
override
val
actions
:
Flow
<
Action
>
actions
Flow
Link copied to clipboard
val
actionsFlow
:
MutableSharedFlow
<
Action
>
active
State
Link copied to clipboard
var
activeState
:
T
Functions
current
State
Link copied to clipboard
open
suspend override
fun
currentState
(
)
:
T