Uses of Class
org.junit.jupiter.params.provider.NullEnum
| Package | Description |
|---|---|
| org.junit.jupiter.params.provider |
ArgumentsProvider
implementations and their corresponding
ArgumentsSource
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 NullEnumNullEnum. 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.