Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineScope.kt30 UncaughtExceptionCaptor by coroutineContext.uncaughtExceptionCaptor, in cleanupTestCoroutines()
34 coroutineContext.uncaughtExceptionCaptor.cleanupTestCoroutines() in cleanupTestCoroutines()
56 private inline val CoroutineContext.uncaughtExceptionCaptor: UncaughtExceptionCaptor constant