| Modifier and Type | Method and Description |
|---|---|
static TestCases |
TestCases.fromString(String s)
Returns the
TestCases matching the string s. |
static TestCases |
TestCases.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCases[] |
TestCases.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|