Uses of Enum
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
Methods in org.junit.jupiter.params.provider that return EnumSource.ModeModifier and TypeMethodDescriptionstatic EnumSource.ModeReturns the enum constant of this type with the specified name.static EnumSource.Mode[]EnumSource.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.