Searched defs:TestCoroutineScope (Results 1 – 1 of 1) sorted by relevance
14 public interface TestCoroutineScope: CoroutineScope, UncaughtExceptionCaptor, DelayController { interface49 public fun TestCoroutineScope(context: CoroutineContext = EmptyCoroutineContext): TestCoroutineScop… in TestCoroutineScope() method