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
+4-3
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public final class kotlinx/coroutines/test/TestCoroutineDispatchersKt {
49
49
50
50
public final class kotlinx/coroutines/test/TestCoroutineExceptionHandler : kotlin/coroutines/AbstractCoroutineContextElement, kotlinx/coroutines/CoroutineExceptionHandler, kotlinx/coroutines/test/UncaughtExceptionCaptor {
51
51
public fun <init> ()V
52
-
public fun cleanupTestCoroutinesCaptor ()V
52
+
public fun cleanupTestCoroutines ()V
53
53
public fun getUncaughtExceptions ()Ljava/util/List;
54
54
public fun handleException (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Throwable;)V
55
55
}
@@ -66,7 +66,7 @@ public final class kotlinx/coroutines/test/TestCoroutineScheduler : kotlin/corou
66
66
public final class kotlinx/coroutines/test/TestCoroutineScheduler$Key : kotlin/coroutines/CoroutineContext$Key {
67
67
}
68
68
69
-
public abstract interface class kotlinx/coroutines/test/TestCoroutineScope : kotlinx/coroutines/CoroutineScope, kotlinx/coroutines/test/UncaughtExceptionCaptor {
69
+
public abstract interface class kotlinx/coroutines/test/TestCoroutineScope : kotlinx/coroutines/CoroutineScope {
70
70
public abstract fun cleanupTestCoroutines ()V
71
71
public abstract fun getTestScheduler ()Lkotlinx/coroutines/test/TestCoroutineScheduler;
72
72
}
@@ -79,6 +79,7 @@ public final class kotlinx/coroutines/test/TestCoroutineScopeKt {
79
79
public static final fun createTestCoroutineScope (Lkotlin/coroutines/CoroutineContext;)Lkotlinx/coroutines/test/TestCoroutineScope;
80
80
public static synthetic fun createTestCoroutineScope$default (Lkotlin/coroutines/CoroutineContext;ILjava/lang/Object;)Lkotlinx/coroutines/test/TestCoroutineScope;
81
81
public static final fun getCurrentTime (Lkotlinx/coroutines/test/TestCoroutineScope;)J
82
+
public static final fun getUncaughtExceptions (Lkotlinx/coroutines/test/TestCoroutineScope;)Ljava/util/List;
82
83
public static final fun pauseDispatcher (Lkotlinx/coroutines/test/TestCoroutineScope;)V
83
84
public static final fun pauseDispatcher (Lkotlinx/coroutines/test/TestCoroutineScope;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
84
85
public static final fun resumeDispatcher (Lkotlinx/coroutines/test/TestCoroutineScope;)V
@@ -98,7 +99,7 @@ public final class kotlinx/coroutines/test/TestDispatchers {
98
99
}
99
100
100
101
public abstract interface class kotlinx/coroutines/test/UncaughtExceptionCaptor {
101
-
public abstract fun cleanupTestCoroutinesCaptor ()V
102
+
public abstract fun cleanupTestCoroutines ()V
102
103
public abstract fun getUncaughtExceptions ()Ljava/util/List;
0 commit comments