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: workflow-testing/api/workflow-testing.api
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ public abstract interface class com/squareup/workflow1/testing/RenderTestResult
25
25
}
26
26
27
27
public abstract class com/squareup/workflow1/testing/RenderTester {
28
+
public static final field Companion Lcom/squareup/workflow1/testing/RenderTester$Companion;
29
+
public static final field VERIFY_ALL_LEVELS I
28
30
public fun <init> ()V
29
31
public abstract fun expectRemember (Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/testing/RenderTester;
30
32
public static synthetic fun expectRemember$default (Lcom/squareup/workflow1/testing/RenderTester;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcom/squareup/workflow1/testing/RenderTester;
@@ -51,6 +53,9 @@ public final class com/squareup/workflow1/testing/RenderTester$ChildWorkflowMatc
51
53
public static final field INSTANCE Lcom/squareup/workflow1/testing/RenderTester$ChildWorkflowMatch$NotMatched;
52
54
}
53
55
56
+
public final class com/squareup/workflow1/testing/RenderTester$Companion {
57
+
}
58
+
54
59
public final class com/squareup/workflow1/testing/RenderTester$RememberInvocation {
55
60
public fun <init> (Ljava/lang/String;Lkotlin/reflect/KType;Ljava/util/List;)V
56
61
public final fun getInputs ()Ljava/util/List;
@@ -68,6 +73,8 @@ public final class com/squareup/workflow1/testing/RenderTester$RenderChildInvoca
68
73
}
69
74
70
75
public final class com/squareup/workflow1/testing/RenderTesterKt {
76
+
public static final fun expectCovariantWorkflow (Lcom/squareup/workflow1/testing/RenderTester;Lkotlin/reflect/KClass;Lkotlin/reflect/KType;ILkotlin/reflect/KType;ILjava/lang/Object;Lcom/squareup/workflow1/WorkflowOutput;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/testing/RenderTester;
77
+
public static synthetic fun expectCovariantWorkflow$default (Lcom/squareup/workflow1/testing/RenderTester;Lkotlin/reflect/KClass;Lkotlin/reflect/KType;ILkotlin/reflect/KType;ILjava/lang/Object;Lcom/squareup/workflow1/WorkflowOutput;Ljava/lang/String;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcom/squareup/workflow1/testing/RenderTester;
71
78
public static final fun expectRemember (Lcom/squareup/workflow1/testing/RenderTester;Ljava/lang/String;Lkotlin/reflect/KType;[Ljava/lang/Object;Ljava/lang/String;Lkotlin/jvm/functions/Function1;)Lcom/squareup/workflow1/testing/RenderTester;
72
79
public static synthetic fun expectRemember$default (Lcom/squareup/workflow1/testing/RenderTester;Ljava/lang/String;Lkotlin/reflect/KType;[Ljava/lang/Object;Ljava/lang/String;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lcom/squareup/workflow1/testing/RenderTester;
73
80
public static final fun expectSideEffect (Lcom/squareup/workflow1/testing/RenderTester;Ljava/lang/String;)Lcom/squareup/workflow1/testing/RenderTester;
0 commit comments