TestCoroutineExceptionHandler
@ExperimentalCoroutinesApi class TestCoroutineExceptionHandler :
UncaughtExceptionCaptor,
CoroutineExceptionHandler
An exception handler that captures uncaught exceptions in tests.
Constructors
TestCoroutineExceptionHandler() An exception handler that captures uncaught exceptions in tests. |