myanmarking
11/13/2018, 12:02 PMjava.lang.IllegalStateException: Module with the Main dispatcher had failed to initialize
dewildte
11/30/2018, 11:03 PMdewildte
11/30/2018, 11:03 PMDispatcher.Unconfined
into your object.dewildte
11/30/2018, 11:05 PMDispatcher.Main
can not be called from a unit test.dewildte
11/30/2018, 11:08 PMobject CoroutineTestingScope : CoroutineScope {
override val coroutineContext = Dispatchers.Unconfined
}
dewildte
11/30/2018, 11:10 PMCoroutineScope
as an argument. Then I can inject the testing scope I just described.dewildte
11/30/2018, 11:11 PMCoroutineScope
.dewildte
11/30/2018, 11:11 PMdewildte
11/30/2018, 11:12 PMdewildte
11/30/2018, 11:12 PM