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