Uses of Enum
org.junitpioneer.jupiter.cartesian.CartesianTest.Enum.Mode
Packages that use CartesianTest.Enum.Mode
-
Uses of CartesianTest.Enum.Mode in org.junitpioneer.jupiter.cartesian
Subclasses with type arguments of type CartesianTest.Enum.Mode in org.junitpioneer.jupiter.cartesianModifier and TypeClassDescriptionstatic enumEnumeration of modes for selecting enum constants by name.Methods in org.junitpioneer.jupiter.cartesian that return CartesianTest.Enum.ModeModifier and TypeMethodDescriptionstatic CartesianTest.Enum.ModeReturns 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.