We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8328a39 commit 9c1d3fdCopy full SHA for 9c1d3fd
core/kotlinx-coroutines-test/src/TestCoroutineExceptionHandler.kt
@@ -14,6 +14,8 @@ interface ExceptionCaptor {
14
/**
15
* List of uncaught coroutine exceptions.
16
*
17
+ * The returned list will be a copy of the currently caught exceptions.
18
+ *
19
* During [cleanupTestCoroutines] the first element of this list will be rethrown if it is not empty.
20
*/
21
val exceptions: List<Throwable>
0 commit comments