Uses of Package
org.junitpioneer.jupiter.cartesian
-
Packages that use org.junitpioneer.jupiter.cartesian Package Description org.junitpioneer.jupiter.cartesian This package contains theCartesianTestextension.org.junitpioneer.jupiter.json Provides parameterized test arguments from JSON (inline or file).org.junitpioneer.jupiter.params Several extensions for working withParameterizedTests. -
Classes in org.junitpioneer.jupiter.cartesian used by org.junitpioneer.jupiter.cartesian Class Description ArgumentSets Class for defining sets to aCartesianTestexecution with arguments for each parameter in the order in which they appear in the test method.CartesianArgumentsProvider This is a marker interface.CartesianArgumentsSource @CartesianArgumentsSourceis an annotation that is used to register cartesian argument providers for the annotated test parameter in case ofCartesianParameterArgumentsProvideror for all the test parameters in case ofCartesianMethodArgumentsProvider.CartesianEnumArgumentsProvider.NullEnum CartesianMethodArgumentsProvider Provides arguments for all parameters of aCartesianTestmethod.CartesianParameterArgumentsProvider Provides arguments for a single parameter of aCartesianTestmethod.CartesianTest.Enum Parameter annotation to be used withCartesianTestfor providing enum values.CartesianTest.Enum.Mode Enumeration of modes for selecting enum constants by name.CartesianTest.Enum.Mode.Validator CartesianTest.MethodFactory Points to a method to provide parameter values for aCartesianTest.CartesianTest.Values Parameter annotation to be used withCartesianTestfor providing simple values. -
Classes in org.junitpioneer.jupiter.cartesian used by org.junitpioneer.jupiter.json Class Description CartesianArgumentsProvider This is a marker interface.CartesianParameterArgumentsProvider Provides arguments for a single parameter of aCartesianTestmethod. -
Classes in org.junitpioneer.jupiter.cartesian used by org.junitpioneer.jupiter.params Class Description CartesianArgumentsProvider This is a marker interface.CartesianParameterArgumentsProvider Provides arguments for a single parameter of aCartesianTestmethod.