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