You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kotlinx-coroutines-test/api/kotlinx-coroutines-test.api
+3-4
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ public final class kotlinx/coroutines/test/TestCoroutineDispatcher : kotlinx/cor
36
36
37
37
public final class kotlinx/coroutines/test/TestCoroutineExceptionHandler : kotlin/coroutines/AbstractCoroutineContextElement, kotlinx/coroutines/CoroutineExceptionHandler, kotlinx/coroutines/test/UncaughtExceptionCaptor {
38
38
public fun <init> ()V
39
-
public fun cleanupTestCoroutines ()V
39
+
public fun cleanupTestCoroutinesCaptor ()V
40
40
public fun getUncaughtExceptions ()Ljava/util/List;
41
41
public fun handleException (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)V
42
42
}
@@ -56,12 +56,11 @@ public final class kotlinx/coroutines/test/TestDispatchers {
56
56
}
57
57
58
58
public abstract interface class kotlinx/coroutines/test/UncaughtExceptionCaptor {
59
-
public abstract fun cleanupTestCoroutines ()V
59
+
public abstract fun cleanupTestCoroutinesCaptor ()V
60
60
public abstract fun getUncaughtExceptions ()Ljava/util/List;
61
61
}
62
62
63
63
public final class kotlinx/coroutines/test/UncompletedCoroutinesError : java/lang/AssertionError {
64
-
public fun <init> (Ljava/lang/String;Ljava/lang/Throwable;)V
65
-
public synthetic fun <init> (Ljava/lang/String;Ljava/lang/Throwable;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
0 commit comments