public static enum DataProvider.type extends Enum<DataProvider.type>
Enum Constant and Description |
---|
CONSOLE |
CSV |
DB |
EXCEL |
GHERKIN |
REST |
Modifier and Type | Method and Description |
---|---|
static DataProvider.type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataProvider.type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataProvider.type EXCEL
public static final DataProvider.type CSV
public static final DataProvider.type DB
public static final DataProvider.type REST
public static final DataProvider.type GHERKIN
public static final DataProvider.type CONSOLE
public static DataProvider.type[] values()
for (DataProvider.type c : DataProvider.type.values()) System.out.println(c);
public static DataProvider.type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 NoraUi. All rights reserved.