Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestDispatcher.kt20 public abstract class TestDispatcher internal constructor() : CoroutineDispatcher(), Delay { class
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DFailingCoroutinesMachineryTest.kt20 class TestDispatcher(val name: String, val block: () -> CoroutineDispatcher) { in <lambda>() class in kotlinx.coroutines.FailingCoroutinesMachineryTest