Searched defs:TestCoroutineScope (Results 1 – 1 of 1) sorted by relevance
26 public interface TestCoroutineScope : CoroutineScope { in <lambda>() interface143 public fun TestCoroutineScope(context: CoroutineContext = EmptyCoroutineContext): TestCoroutineScop… in TestCoroutineScope() method345 private val TestCoroutineScope.delayControllerForPausing: DelayController constant