public static enum TestParserTaskProperties.TestType extends Enum<TestParserTaskProperties.TestType>
| Modifier and Type | Method and Description |
|---|---|
static TestParserTaskProperties.TestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestParserTaskProperties.TestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestParserTaskProperties.TestType JUNIT
public static final TestParserTaskProperties.TestType TESTNG
public static final TestParserTaskProperties.TestType NUNIT
public static final TestParserTaskProperties.TestType MOCHA
public static final TestParserTaskProperties.TestType MSTEST
public static TestParserTaskProperties.TestType[] values()
for (TestParserTaskProperties.TestType c : TestParserTaskProperties.TestType.values()) System.out.println(c);
public static TestParserTaskProperties.TestType 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 © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.