Home
last modified time | relevance | path

Searched defs:TestCoroutineDispatcher (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/
DMIGRATION.md154 #### TestCoroutineDispatcher for the top-level coroutine
180 #### TestCoroutineDispatcher for testing intermediate emissions
242 #### Other considerations
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineDispatcher.kt13 public class TestCoroutineDispatcher(public override val scheduler: TestCoroutineScheduler = TestCo… class