public static enum TestNGAntTask.Mode extends Enum<TestNGAntTask.Mode>
Modifier and Type | Method and Description |
---|---|
static TestNGAntTask.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestNGAntTask.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestNGAntTask.Mode testng
public static final TestNGAntTask.Mode junit
public static final TestNGAntTask.Mode mixed
public static TestNGAntTask.Mode[] values()
for (TestNGAntTask.Mode c : TestNGAntTask.Mode.values()) System.out.println(c);
public static TestNGAntTask.Mode 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 © 2018. All rights reserved.