uncaughtExceptions

List of uncaught coroutine exceptions, for backward compatibility.

The returned list is a copy of the exceptions caught during execution. During TestCoroutineScope.cleanupTestCoroutines the first element of this list is rethrown if it is not empty.

Exceptions are only collected in this list if the UncaughtExceptionCaptor is in the test context.