ReactiveState
Toggle table of contents
6.0.0-preview.9
common
Platform filter
common
Switch theme
Search in API
ReactiveState
reactivestate-core-test
/
com.ensody.reactivestate.test
/
TestDispatcherConfig
Test
Dispatcher
Config
class
TestDispatcherConfig
(
val
dispatcher
:
TestDispatcher
)
:
CoroutineDispatcherConfig
A
CoroutineDispatcherConfig
for unit tests - dispatching everything to the given
dispatcher
.
Members
Constructors
Test
Dispatcher
Config
Link copied to clipboard
constructor
(
dispatcher
:
TestDispatcher
)
Properties
default
Link copied to clipboard
open
override
val
default
:
TestDispatcher
dispatcher
Link copied to clipboard
val
dispatcher
:
TestDispatcher
io
Link copied to clipboard
open
override
val
io
:
TestDispatcher
main
Link copied to clipboard
open
override
val
main
:
TestDispatcher
unconfined
Link copied to clipboard
open
override
val
unconfined
:
TestDispatcher