Uses of Package
org.junitpioneer.jupiter.cartesian
Packages that use org.junitpioneer.jupiter.cartesian
Package
Description
This package contains the
CartesianTest extension.Provides parameterized test arguments from JSON (inline or file).
Several extensions for working with
ParameterizedTests.-
Classes in org.junitpioneer.jupiter.cartesian used by org.junitpioneer.jupiter.cartesianClassDescriptionClass for defining sets to a
CartesianTestexecution with arguments for each parameter in the order in which they appear in the test method.This is a marker interface.@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.Provides arguments for all parameters of aCartesianTestmethod.Provides arguments for a single parameter of aCartesianTestmethod.Parameter annotation to be used withCartesianTestfor providing enum values.Enumeration of modes for selecting enum constants by name.Points to a method to provide parameter values for aCartesianTest.Parameter annotation to be used withCartesianTestfor providing simple values. -
Classes in org.junitpioneer.jupiter.cartesian used by org.junitpioneer.jupiter.jsonClassDescriptionThis is a marker interface.Provides arguments for a single parameter of a
CartesianTestmethod. -
Classes in org.junitpioneer.jupiter.cartesian used by org.junitpioneer.jupiter.paramsClassDescriptionThis is a marker interface.Provides arguments for a single parameter of a
CartesianTestmethod.