Searched refs:UncaughtExceptionCaptor (Results 1 – 4 of 4) sorted by relevance
14 public interface TestCoroutineScope: CoroutineScope, UncaughtExceptionCaptor, DelayController {30 UncaughtExceptionCaptor by coroutineContext.uncaughtExceptionCaptor, in cleanupTestCoroutines()56 private inline val CoroutineContext.uncaughtExceptionCaptor: UncaughtExceptionCaptor59 return handler as? UncaughtExceptionCaptor ?: throw IllegalArgumentException(
14 public interface UncaughtExceptionCaptor { interface39 …AbstractCoroutineContextElement(CoroutineExceptionHandler), UncaughtExceptionCaptor, CoroutineExce… in cleanupTestCoroutines()
91 …require(this is UncaughtExceptionCaptor) { "coroutineExceptionHandler must implement UncaughtExcep… in runBlockingTest()
37 …nt, kotlinx/coroutines/CoroutineExceptionHandler, kotlinx/coroutines/test/UncaughtExceptionCaptor {44 …neScope, kotlinx/coroutines/test/DelayController, kotlinx/coroutines/test/UncaughtExceptionCaptor {58 public abstract interface class kotlinx/coroutines/test/UncaughtExceptionCaptor {