Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
DTestCoroutineExceptionHandlerTest.kt13 val subject = TestCoroutineExceptionHandler() in whenExceptionsCaught_availableViaProperty()
DTestRunBlockingTest.kt409 private val exceptionHandler = TestCoroutineExceptionHandler() in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/src/migration/
DTestCoroutineExceptionHandler.kt51 public class TestCoroutineExceptionHandler : in cleanupTestCoroutines() class
DTestCoroutineScope.kt144 …createTestCoroutineScope(TestCoroutineDispatcher(scheduler) + TestCoroutineExceptionHandler() + co… in TestCoroutineScope()
/external/kotlinx.coroutines/kotlinx-coroutines-test/api/
Dkotlinx-coroutines-test.api55 public final class kotlinx/coroutines/test/TestCoroutineExceptionHandler : kotlin/coroutines/Abstra…
/external/kotlinx.coroutines/kotlinx-coroutines-test/
DMIGRATION.md64 ## Remove usages of `TestCoroutineExceptionHandler` and `TestCoroutineScope.uncaughtExceptions`
67 `TestCoroutineExceptionHandler` include: