Searched refs:UncaughtExceptionsBeforeTest (Results 1 – 3 of 3) sorted by relevance
238 throw UncaughtExceptionsBeforeTest().apply { in enter()294 throw UncaughtExceptionsBeforeTest().apply { addSuppressed(throwable) } in reportException()311 internal class UncaughtExceptionsBeforeTest : IllegalStateException( class
441 } catch (e: UncaughtExceptionsBeforeTest) { in <lambda>()
520 is UncaughtExceptionsBeforeTest -> { in <lambda>()