TestCoroutineExceptionHandler
Content copied to clipboard
An exception handler that captures uncaught exceptions in tests.
Constructors
Functions
Link copied to clipboard
Call after the test completes to ensure that there were no uncaught exceptions.
Link copied to clipboard
open override fun handleException(context: CoroutineContext, exception: Throwable)
Content copied to clipboard