Skip to content

Commit e33ba72

Browse files
committed
API dump
1 parent d1c2768 commit e33ba72

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

kotlinx-coroutines-test/api/kotlinx-coroutines-test.api

+21
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ public abstract interface class kotlinx/coroutines/test/DelayController {
99
public abstract fun runCurrent ()V
1010
}
1111

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+
1221
public final class kotlinx/coroutines/test/TestBuildersKt {
1322
public static final fun runBlockingTest (Lkotlin/coroutines/CoroutineContext;Lkotlin/jvm/functions/Function2;)V
1423
public static final fun runBlockingTest (Lkotlinx/coroutines/test/TestCoroutineDispatcher;Lkotlin/jvm/functions/Function2;)V
@@ -73,6 +82,8 @@ public final class kotlinx/coroutines/test/TestCoroutineScopeKt {
7382
public static synthetic fun TestCoroutineScope$default (Lkotlin/coroutines/CoroutineContext;ILjava/lang/Object;)Lkotlinx/coroutines/test/TestCoroutineScope;
7483
public static final fun advanceTimeBy (Lkotlinx/coroutines/test/TestCoroutineScope;J)V
7584
public static final fun advanceUntilIdle (Lkotlinx/coroutines/test/TestCoroutineScope;)V
85+
public static final fun createTestCoroutineScope (Lkotlin/coroutines/CoroutineContext;)Lkotlinx/coroutines/test/TestCoroutineScope;
86+
public static synthetic fun createTestCoroutineScope$default (Lkotlin/coroutines/CoroutineContext;ILjava/lang/Object;)Lkotlinx/coroutines/test/TestCoroutineScope;
7687
public static final fun getCurrentTime (Lkotlinx/coroutines/test/TestCoroutineScope;)J
7788
public static final fun pauseDispatcher (Lkotlinx/coroutines/test/TestCoroutineScope;)V
7889
public static final fun pauseDispatcher (Lkotlinx/coroutines/test/TestCoroutineScope;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
@@ -102,3 +113,13 @@ public final class kotlinx/coroutines/test/UncompletedCoroutinesError : java/lan
102113
public fun <init> (Ljava/lang/String;)V
103114
}
104115

116+
public final class kotlinx/coroutines/test/UnconfinedTestDispatcher : kotlinx/coroutines/test/TestDispatcher, kotlinx/coroutines/Delay {
117+
public fun <init> ()V
118+
public fun <init> (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;)V
119+
public synthetic fun <init> (Lkotlinx/coroutines/test/TestCoroutineScheduler;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
120+
public fun dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
121+
public fun getScheduler ()Lkotlinx/coroutines/test/TestCoroutineScheduler;
122+
public fun isDispatchNeeded (Lkotlin/coroutines/CoroutineContext;)Z
123+
public fun toString ()Ljava/lang/String;
124+
}
125+

0 commit comments

Comments
 (0)