Searched defs:testScheduler (Results 1 – 3 of 3) sorted by relevance
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/ | ||
D | TestCoroutineScope.kt | 55 public val testScheduler: TestCoroutineScheduler in <lambda>() constant |
D | TestBuildersDeprecated.kt | 213 override val testScheduler get() = testScope.testScheduler in runTest() constant in kotlinx.coroutines.test.TestBodyCoroutine |
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/ | ||
D | TestScope.kt | 47 public val testScheduler: TestCoroutineScheduler in <lambda>() constant |