Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineScope.kt14 public interface TestCoroutineScope: CoroutineScope, UncaughtExceptionCaptor, DelayController { interface
49 public fun TestCoroutineScope(context: CoroutineContext = EmptyCoroutineContext): TestCoroutineScop… in TestCoroutineScope() method