ReactiveState
Toggle table of contents
6.0.0-preview.21
common
Target filter
common
Switch theme
Search in API
Skip to content
ReactiveState
reactivestate-core-test
/
com.ensody.reactivestate.test
/
CoroutineTest
/
CoroutineTest
Coroutine
Test
constructor
(
context
:
CoroutineContext
=
EmptyCoroutineContext
,
testDispatcherBuilder
:
(
TestCoroutineScheduler
)
->
TestDispatcher
=
{ StandardTestDispatcher(it) }
)