Searched refs:uncaughtExceptions (Results 1 – 12 of 12) sorted by relevance
37 private val uncaughtExceptions = mutableListOf<Throwable>() in <lambda>() constant42 uncaughtExceptions += exception in <lambda>()57 public val exceptions: List<Throwable> get() = uncaughtExceptions in <lambda>()140 …if (uncaughtExceptions.size != 1 || !predicate(uncaughtExceptions[0])) throw AssertionError(messag… in <lambda>()141 uncaughtExceptions.clear() in <lambda>()154 if (!uncaughtExceptions.all(predicate)) throw AssertionError(message) in <lambda>()155 uncaughtExceptions.clear() in <lambda>()168 if (!uncaughtExceptions.any(predicate)) throw AssertionError(message) in <lambda>()169 uncaughtExceptions.clear() in <lambda>()182 if (!predicate(uncaughtExceptions)) throw AssertionError(message) in <lambda>()[all …]
40 private final List<Throwable> uncaughtExceptions = new ArrayList<>(); field in TestExecutorRule47 thread.setUncaughtExceptionHandler((t, e) -> uncaughtExceptions.add(e));102 if (!uncaughtExceptions.isEmpty()) { in after()104 uncaughtExceptions.stream() in after()110 uncaughtExceptions.clear(); in after()
59 private val uncaughtExceptions = Collections.synchronizedList(ArrayList<Throwable>()) in <lambda>() constant144 uncaughtExceptions.add(e) in <lambda>()165 if (uncaughtExceptions.isNotEmpty()) { in <lambda>()166 makeError("Expected no uncaught exceptions, but got $uncaughtExceptions") in <lambda>()
21 public val uncaughtExceptions: List<Throwable> constant51 override val uncaughtExceptions: List<Throwable> in cleanupTestCoroutines() constant in kotlinx.coroutines.test.TestCoroutineExceptionHandler
267 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()446 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()593 globals->uncaughtExceptions += 1; in __cxa_rethrow()727 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()750 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
150 unsigned int uncaughtExceptions; member
1286 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()
269 globals->uncaughtExceptions += 1; // Not atomically, since globals are thread-local in __cxa_throw()448 globals->uncaughtExceptions -= 1; // Not atomically, since globals are thread-local in __cxa_begin_catch()595 globals->uncaughtExceptions += 1; in __cxa_rethrow()729 __cxa_get_globals()->uncaughtExceptions += 1; in __cxa_rethrow_primary_exception()752 return globals->uncaughtExceptions; in __cxa_uncaught_exceptions()
106 unsigned int uncaughtExceptions; member
1287 globals->uncaughtExceptions += 1; in __cxa_call_unexpected()
16 assertEquals(listOf(expected), subject.uncaughtExceptions) in whenExceptionsCaught_avaliableViaProperty()
4707 …<var-decl name='uncaughtExceptions' type-id='type-id-12' visibility='default' filepath='../../../.…