Home
last modified time | relevance | path

Searched refs:legacyLeave (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestScopeTest.kt99 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()
115 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()
132 … assertFailsWith<UncompletedCoroutinesError> { scope.asSpecificImplementation().legacyLeave() } in <lambda>()
166 val e = asSpecificImplementation().legacyLeave() in <lambda>()
DStandardTestDispatcherTest.kt23 assertEquals(listOf(), scope.asSpecificImplementation().legacyLeave()) in <lambda>()
DTestCoroutineSchedulerTest.kt253 throwAll(null, asSpecificImplementation().legacyLeave()) in TestScope()
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestBuildersDeprecated.kt102 scope.legacyLeave() in runBlockingTestOnTestScope()
109 throwAll(null, scope.legacyLeave()) in runBlockingTestOnTestScope()
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt259 fun legacyLeave(): List<Throwable> { in legacyLeave() method
DTestBuilders.kt399 it.legacyLeave() in runTest()