Searched refs:TestScopeImpl (Results 1 – 2 of 2) sorted by relevance
169 var scope: TestScopeImpl? = null in advanceUntilIdle()180 return TestScopeImpl(ctxWithDispatcher + exceptionHandler).also { scope = it } in advanceUntilIdle()207 internal class TestScopeImpl(context: CoroutineContext) : class312 internal fun TestScope.asSpecificImplementation(): TestScopeImpl = when (this) { in tryGetCompletionCause()313 is TestScopeImpl -> this in tryGetCompletionCause()
396 …runTestCoroutineLegacy(it, dispatchTimeoutMs.milliseconds, TestScopeImpl::tryGetCompletionCause, t… in runTest()