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 Elements
    Modifier and Type
    Required Element
    Description
    The name of the method that returns an ArgumentSets instance.
  • Element Details