Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineScope.kt26 public interface TestCoroutineScope : CoroutineScope { in <lambda>() interface
143 public fun TestCoroutineScope(context: CoroutineContext = EmptyCoroutineContext): TestCoroutineScop… in TestCoroutineScope() method
345 private val TestCoroutineScope.delayControllerForPausing: DelayController constant