Home
last modified time | relevance | path

Searched defs:testScheduler (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineScope.kt55 public val testScheduler: TestCoroutineScheduler in <lambda>() constant
83 override val testScheduler: TestCoroutineScheduler constant in kotlinx.coroutines.test.TestCoroutineScopeImpl
DTestBuildersDeprecated.kt213 override val testScheduler get() = testScope.testScheduler in runTest() constant in kotlinx.coroutines.test.TestBodyCoroutine
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt47 public val testScheduler: TestCoroutineScheduler in <lambda>() constant
210 override val testScheduler get() = context[TestCoroutineScheduler]!! constant