Uses of Class
org.junitpioneer.jupiter.cartesian.CartesianTest.Enum.Mode
-
Packages that use CartesianTest.Enum.Mode Package Description org.junitpioneer.jupiter.cartesian This package contains theCartesianTestextension. -
-
Uses of CartesianTest.Enum.Mode in org.junitpioneer.jupiter.cartesian
Methods in org.junitpioneer.jupiter.cartesian that return CartesianTest.Enum.Mode Modifier and Type Method Description CartesianTest.Enum.Modemode()The enum constant selection mode.static CartesianTest.Enum.ModeCartesianTest.Enum.Mode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CartesianTest.Enum.Mode[]CartesianTest.Enum.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-