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
* Updated extension with a configurable scenario supplier
* Added a function which only takes a ScenarioSupplier in addition to the one which takes a Class and ScenarioSupplier
* Added / updated javadoc
* Updated the API surface file
Copy file name to clipboardExpand all lines: instrumentation/compose/api/compose.api
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,8 @@ public final class de/mannodermaus/junit5/compose/AndroidComposeExtension : de/m
13
13
}
14
14
15
15
public final class de/mannodermaus/junit5/compose/AndroidComposeExtensionKt {
16
-
public static final fun createAndroidComposeExtension (Ljava/lang/Class;)Lde/mannodermaus/junit5/compose/AndroidComposeExtension;
16
+
public static final fun createAndroidComposeExtension (Ljava/lang/Class;Lkotlin/jvm/functions/Function0;)Lde/mannodermaus/junit5/compose/AndroidComposeExtension;
17
+
public static synthetic fun createAndroidComposeExtension$default (Ljava/lang/Class;Lkotlin/jvm/functions/Function0;ILjava/lang/Object;)Lde/mannodermaus/junit5/compose/AndroidComposeExtension;
17
18
public static final fun createComposeExtension ()Lde/mannodermaus/junit5/compose/ComposeExtension;
0 commit comments