Module org.junitpioneer
Annotation Type CartesianTest.Values
-
@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) @CartesianArgumentsSource(CartesianValueArgumentsProvider.class) public static @interface CartesianTest.ValuesParameter annotation to be used withCartesianTestfor providing simple values.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean[]booleansThebooleanvalues to use as sources of arguments; must not be empty.byte[]bytesThebytevalues to use as sources of arguments; must not be empty.char[]charsThecharvalues to use as sources of arguments; must not be empty.java.lang.Class<?>[]classesTheClassvalues to use as sources of arguments; must not be empty.double[]doublesThedoublevalues to use as sources of arguments; must not be empty.float[]floatsThefloatvalues to use as sources of arguments; must not be empty.int[]intsTheintvalues to use as sources of arguments; must not be empty.long[]longsThelongvalues to use as sources of arguments; must not be empty.short[]shortsTheshortvalues to use as sources of arguments; must not be empty.java.lang.String[]stringsTheStringvalues to use as sources of arguments; must not be empty.
-