Kotlin-Bloc
androidJvm
Bloc Core
/
com.onegravity.bloc
/
testState
test
State
androidJvm
suspend
fun
<
State
:
Any
,
Action
:
Any
,
SideEffect
:
Any
>
testState
(
bloc
:
<Error class: unknown class>
<
State
,
Action
,
SideEffect
>
,
action
:
Action
?
,
expected
:
State
,
delay
:
Long
=
10
)