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
+7-20
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,6 @@ public abstract interface class kotlinx/coroutines/test/DelayController {
9
9
public abstract fun runCurrent ()V
10
10
}
11
11
12
-
public final class kotlinx/coroutines/test/StandardTestDispatcher : kotlinx/coroutines/test/TestDispatcher, kotlinx/coroutines/Delay {
13
-
public fun <init> ()V
14
-
public fun <init> (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;)V
15
-
public synthetic fun <init> (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
16
-
public fun dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
17
-
public fun getScheduler ()Lkotlinx/coroutines/test/TestCoroutineScheduler;
18
-
public fun toString ()Ljava/lang/String;
19
-
}
20
-
21
12
public final class kotlinx/coroutines/test/TestBuildersKt {
22
13
public static final fun runBlockingTest (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)V
23
14
public static final fun runBlockingTest (Lkotlinx/coroutines/test/TestCoroutineDispatcher;Lkotlin/jvm/functions/Function2;)V
@@ -49,6 +40,13 @@ public final class kotlinx/coroutines/test/TestCoroutineDispatcher : kotlinx/cor
49
40
public fun toString ()Ljava/lang/String;
50
41
}
51
42
43
+
public final class kotlinx/coroutines/test/TestCoroutineDispatchersKt {
44
+
public static final fun StandardTestDispatcher (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;)Lkotlinx/coroutines/test/TestDispatcher;
45
+
public static synthetic fun StandardTestDispatcher$default (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;ILjava/lang/Object;)Lkotlinx/coroutines/test/TestDispatcher;
46
+
public static final fun UnconfinedTestDispatcher (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;)Lkotlinx/coroutines/test/TestDispatcher;
47
+
public static synthetic fun UnconfinedTestDispatcher$default (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;ILjava/lang/Object;)Lkotlinx/coroutines/test/TestDispatcher;
48
+
}
49
+
52
50
public final class kotlinx/coroutines/test/TestCoroutineExceptionHandler : kotlin/coroutines/AbstractCoroutineContextElement, kotlinx/coroutines/CoroutineExceptionHandler, kotlinx/coroutines/test/UncaughtExceptionCaptor {
53
51
public fun <init> ()V
54
52
public fun cleanupTestCoroutinesCaptor ()V
@@ -88,7 +86,6 @@ public final class kotlinx/coroutines/test/TestCoroutineScopeKt {
88
86
}
89
87
90
88
public abstract class kotlinx/coroutines/test/TestDispatcher : kotlinx/coroutines/CoroutineDispatcher, kotlinx/coroutines/Delay {
91
-
public fun <init> ()V
92
89
public fun delay (JLkotlin/coroutines/Continuation;)Ljava/lang/Object;
93
90
public abstract fun getScheduler ()Lkotlinx/coroutines/test/TestCoroutineScheduler;
94
91
public fun invokeOnTimeout (JLjava/lang/Runnable;Lkotlin/coroutines/CoroutineContext;)Lkotlinx/coroutines/DisposableHandle;
@@ -105,13 +102,3 @@ public abstract interface class kotlinx/coroutines/test/UncaughtExceptionCaptor
105
102
public abstract fun getUncaughtExceptions ()Ljava/util/List;
106
103
}
107
104
108
-
public final class kotlinx/coroutines/test/UnconfinedTestDispatcher : kotlinx/coroutines/test/TestDispatcher, kotlinx/coroutines/Delay {
109
-
public fun <init> ()V
110
-
public fun <init> (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;)V
111
-
public synthetic fun <init> (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
112
-
public fun dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
113
-
public fun getScheduler ()Lkotlinx/coroutines/test/TestCoroutineScheduler;
114
-
public fun isDispatchNeeded (Lkotlin/coroutines/CoroutineContext;)Z
0 commit comments