Home
last modified time | relevance | path

Searched refs:UncaughtExceptionCaptor (Results 1 – 4 of 4) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineScope.kt14 public interface TestCoroutineScope: CoroutineScope, UncaughtExceptionCaptor, DelayController {
30 UncaughtExceptionCaptor by coroutineContext.uncaughtExceptionCaptor, in cleanupTestCoroutines()
56 private inline val CoroutineContext.uncaughtExceptionCaptor: UncaughtExceptionCaptor
59 return handler as? UncaughtExceptionCaptor ?: throw IllegalArgumentException(
DTestCoroutineExceptionHandler.kt14 public interface UncaughtExceptionCaptor { interface
39 …AbstractCoroutineContextElement(CoroutineExceptionHandler), UncaughtExceptionCaptor, CoroutineExce… in cleanupTestCoroutines()
DTestBuilders.kt91 …require(this is UncaughtExceptionCaptor) { "coroutineExceptionHandler must implement UncaughtExcep… in runBlockingTest()
/external/kotlinx.coroutines/kotlinx-coroutines-test/api/
Dkotlinx-coroutines-test.api37 …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 {