Home
last modified time | relevance | path

Searched refs:UncaughtExceptionsBeforeTest (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt238 throw UncaughtExceptionsBeforeTest().apply { in enter()
294 throw UncaughtExceptionsBeforeTest().apply { addSuppressed(throwable) } in reportException()
311 internal class UncaughtExceptionsBeforeTest : IllegalStateException( class
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DRunTestTest.kt441 } catch (e: UncaughtExceptionsBeforeTest) { in <lambda>()
DTestScopeTest.kt520 is UncaughtExceptionsBeforeTest -> { in <lambda>()