Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/test/
DTestCoroutineExceptionHandlerTest.kt13 val subject = TestCoroutineExceptionHandler() in whenExceptionsCaught_avaliableViaProperty()
DTestRunBlockingTest.kt374 private val exceptionHandler = TestCoroutineExceptionHandler() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineExceptionHandler.kt38 public class TestCoroutineExceptionHandler : in cleanupTestCoroutines() class
DTestCoroutineScope.kt52 if (context[CoroutineExceptionHandler] == null) safeContext += TestCoroutineExceptionHandler() in TestCoroutineScope()
DTestBuilders.kt93 this ?: TestCoroutineExceptionHandler() in runBlockingTest()
/external/kotlinx.coroutines/kotlinx-coroutines-test/api/
Dkotlinx-coroutines-test.api37 public final class kotlinx/coroutines/test/TestCoroutineExceptionHandler : kotlin/coroutines/Abstra…
/external/kotlinx.coroutines/kotlinx-coroutines-test/
DREADME.md243 also uses [TestCoroutineExceptionHandler] to convert uncaught exceptions into test failures.
309 *Note:* [TestCoroutineScope], [TestCoroutineDispatcher], and [TestCoroutineExceptionHandler] are in…
454 [TestCoroutineExceptionHandler]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-tes…