File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
workflow-ui/internal-testing-android/api Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,19 @@ public final class com/squareup/workflow1/ui/internal/test/IdleAfterTestRule : o
64
64
public fun apply (Lorg/junit/runners/model/Statement;Lorg/junit/runner/Description;)Lorg/junit/runners/model/Statement;
65
65
}
66
66
67
+ public final class com/squareup/workflow1/ui/internal/test/IdlingDispatcher : kotlinx/coroutines/CoroutineDispatcher {
68
+ public fun <init> (Lkotlinx/coroutines/CoroutineDispatcher;)V
69
+ public fun dispatch (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Runnable;)V
70
+ public final fun getCounter ()Landroidx/test/espresso/idling/CountingIdlingResource;
71
+ public fun isDispatchNeeded (Lkotlin/coroutines/CoroutineContext;)Z
72
+ public final fun isIdle ()Z
73
+ public fun toString ()Ljava/lang/String;
74
+ }
75
+
76
+ public final class com/squareup/workflow1/ui/internal/test/IdlingDispatcherRule : org/junit/rules/TestWatcher {
77
+ public static final field INSTANCE Lcom/squareup/workflow1/ui/internal/test/IdlingDispatcherRule;
78
+ }
79
+
67
80
public class com/squareup/workflow1/ui/internal/test/WorkflowUiTestActivity : androidx/appcompat/app/AppCompatActivity {
68
81
public field viewEnvironment Lcom/squareup/workflow1/ui/ViewEnvironment;
69
82
public fun <init> ()V
You can’t perform that action at this time.
0 commit comments