Package | Description |
---|---|
org.junit.jupiter.params.provider |
ArgumentsProvider implementations and their
corresponding ArgumentsSource annotations. |
Modifier and Type | Method | Description |
---|---|---|
static EnumSource.Mode |
EnumSource.Mode.valueOf(java.lang.String name) |
Returns 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.
|