diff options
Diffstat (limited to 'coroutine-utils-testing')
-rw-r--r-- | coroutine-utils-testing/api/coroutine-utils-testing.api | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/coroutine-utils-testing/api/coroutine-utils-testing.api b/coroutine-utils-testing/api/coroutine-utils-testing.api deleted file mode 100644 index a90e209f..00000000 --- a/coroutine-utils-testing/api/coroutine-utils-testing.api +++ /dev/null @@ -1,8 +0,0 @@ -public final class dev/msfjarvis/aps/test/CoroutineTestRule : org/junit/rules/TestWatcher { - public fun <init> ()V - public fun <init> (Lkotlinx/coroutines/test/TestDispatcher;)V - public synthetic fun <init> (Lkotlinx/coroutines/test/TestDispatcher;ILkotlin/jvm/internal/DefaultConstructorMarker;)V - public final fun getTestDispatcher ()Lkotlinx/coroutines/test/TestDispatcher; - public final fun getTestDispatcherProvider ()Ldev/msfjarvis/aps/util/coroutines/DispatcherProvider; -} - |