Uses of Class
org.junit.jupiter.params.provider.NullEnum
-
Packages that use NullEnum Package Description org.junit.jupiter.params.provider ArgumentsProvider
implementations and their correspondingArgumentsSource
annotations. -
-
Uses of NullEnum in org.junit.jupiter.params.provider
Methods in org.junit.jupiter.params.provider that return NullEnum Modifier and Type Method Description static NullEnum
NullEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static NullEnum[]
NullEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-