Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/
DTestScope.kt242 throw UncaughtExceptionsBeforeTest().apply { in enter()
298 throw UncaughtExceptionsBeforeTest().apply { addSuppressed(throwable) } in reportException()
316 internal class UncaughtExceptionsBeforeTest : IllegalStateException( class
/external/kotlinx.coroutines/kotlinx-coroutines-test/common/test/
DTestScopeTest.kt520 is UncaughtExceptionsBeforeTest -> { in <lambda>()