@Deprecated public enum TestCaseType extends Enum<TestCaseType> implements Level
| Enum Constant and Description |
|---|
COMPLIANCE_TESTING
Deprecated.
|
CORRECTION_TESTING
Deprecated.
|
END_TO_END_TESTING
Deprecated.
|
EVOLUTION_TESTING
Deprecated.
|
PARTNER_TESTING
Deprecated.
|
REGRESSION_TESTING
Deprecated.
|
UNDEFINED
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TestCaseType |
defaultValue()
Deprecated.
|
String |
getI18nKey()
Deprecated.
|
int |
getLevel()
Deprecated.
|
static TestCaseType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TestCaseType[] |
values()
Deprecated.
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–2016 Henix, henix.fr. All rights reserved.