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: instrumentation/compose/api/compose.api
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,10 +30,16 @@ public abstract interface class de/mannodermaus/junit5/compose/ComposeContext :
30
30
public abstract fun waitForIdle ()V
31
31
public abstract fun waitUntil (JLkotlin/jvm/functions/Function0;)V
32
32
public abstract fun waitUntil (Ljava/lang/String;JLkotlin/jvm/functions/Function0;)V
33
+
public static synthetic fun waitUntil$default (Lde/mannodermaus/junit5/compose/ComposeContext;JLkotlin/jvm/functions/Function0;ILjava/lang/Object;)V
34
+
public static synthetic fun waitUntil$default (Lde/mannodermaus/junit5/compose/ComposeContext;Ljava/lang/String;JLkotlin/jvm/functions/Function0;ILjava/lang/Object;)V
33
35
public abstract fun waitUntilAtLeastOneExists (Landroidx/compose/ui/test/SemanticsMatcher;J)V
36
+
public static synthetic fun waitUntilAtLeastOneExists$default (Lde/mannodermaus/junit5/compose/ComposeContext;Landroidx/compose/ui/test/SemanticsMatcher;JILjava/lang/Object;)V
34
37
public abstract fun waitUntilDoesNotExist (Landroidx/compose/ui/test/SemanticsMatcher;J)V
38
+
public static synthetic fun waitUntilDoesNotExist$default (Lde/mannodermaus/junit5/compose/ComposeContext;Landroidx/compose/ui/test/SemanticsMatcher;JILjava/lang/Object;)V
35
39
public abstract fun waitUntilExactlyOneExists (Landroidx/compose/ui/test/SemanticsMatcher;J)V
40
+
public static synthetic fun waitUntilExactlyOneExists$default (Lde/mannodermaus/junit5/compose/ComposeContext;Landroidx/compose/ui/test/SemanticsMatcher;JILjava/lang/Object;)V
36
41
public abstract fun waitUntilNodeCount (Landroidx/compose/ui/test/SemanticsMatcher;IJ)V
42
+
public static synthetic fun waitUntilNodeCount$default (Lde/mannodermaus/junit5/compose/ComposeContext;Landroidx/compose/ui/test/SemanticsMatcher;IJILjava/lang/Object;)V
37
43
}
38
44
39
45
public final class de/mannodermaus/junit5/compose/ComposeContext$DefaultImpls {
@@ -46,7 +52,7 @@ public final class de/mannodermaus/junit5/compose/ComposeContext$DefaultImpls {
46
52
}
47
53
48
54
public abstract interface class de/mannodermaus/junit5/compose/ComposeExtension : org/junit/jupiter/api/extension/Extension {
49
-
public abstract fun runComposeTest (Lkotlin/jvm/functions/Function1;)V
55
+
public fun runComposeTest (Lkotlin/jvm/functions/Function1;)V
50
56
public abstract fun use (Lkotlin/jvm/functions/Function1;)V
0 commit comments