cleanupTestCoroutines

open override fun cleanupTestCoroutines()(source)

Call after the test completes to ensure that there were no uncaught exceptions.

The first exception in uncaughtExceptions is rethrown. All other exceptions are printed using Throwable.printStackTrace.

Throws

the first uncaught exception, if there are any uncaught exceptions.