TestCoroutineExceptionHandler
class TestCoroutineExceptionHandler : AbstractCoroutineContextElement, CoroutineExceptionHandler, UncaughtExceptionCaptor
Deprecated (with error)
Deprecated for removal without a replacement. It may be to define one's own `CoroutineExceptionHandler` if you just need to handle 'uncaught exceptions without a special `TestCoroutineScope` integration.
An exception handler that captures uncaught exceptions in tests.