Uses of Enum Class
org.junit.jupiter.params.provider.EnumSource.Mode
Packages that use EnumSource.Mode
Package
Description
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
annotations.-
Uses of EnumSource.Mode in org.junit.jupiter.params.provider
Subclasses with type arguments of type EnumSource.Mode in org.junit.jupiter.params.providerModifier and TypeClassDescriptionstatic enum
Enumeration of modes for selecting enum constants by name.Methods in org.junit.jupiter.params.provider that return EnumSource.ModeModifier and TypeMethodDescriptionstatic EnumSource.Mode
Returns the enum constant of this class with the specified name.static EnumSource.Mode[]
EnumSource.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.