org.squashtest.tm.domain.testcase
public enum TestCaseType extends Enum<TestCaseType> implements Level
| Enum Constant and Description |
|---|
COMPLIANCE_TESTING |
CORRECTION_TESTING |
END_TO_END_TESTING |
EVOLUTION_TESTING |
PARTNER_TESTING |
REGRESSION_TESTING |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseType |
defaultValue() |
String |
getI18nKey() |
int |
getLevel() |
static TestCaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseType UNDEFINED
public static final TestCaseType COMPLIANCE_TESTING
public static final TestCaseType CORRECTION_TESTING
public static final TestCaseType EVOLUTION_TESTING
public static final TestCaseType REGRESSION_TESTING
public static final TestCaseType END_TO_END_TESTING
public static final TestCaseType PARTNER_TESTING
public static TestCaseType[] values()
for (TestCaseType c : TestCaseType.values()) System.out.println(c);
public static TestCaseType 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 nullpublic String getI18nKey()
getI18nKey in interface org.squashtest.tm.core.foundation.i18n.Internationalizablepublic static TestCaseType defaultValue()
Copyright © 2010-2014 Henix, henix.fr. All Rights Reserved.