Annotation Type CartesianTest.MethodFactory
- Enclosing class:
- CartesianTest
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE})
@CartesianArgumentsSource(org.junitpioneer.jupiter.cartesian.CartesianFactoryArgumentsProvider.class)
public static @interface CartesianTest.MethodFactory
Points to a method to provide parameter values for a
CartesianTest
.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe name of the method that returns anArgumentSets
instance.
-
Element Details
-
value
String valueThe name of the method that returns anArgumentSets
instance.
-