@Deprecated public enum TestCaseNature extends Enum<TestCaseNature> implements Level
| Enum Constant and Description |
|---|
ATDD
Deprecated.
|
BUSINESS_TESTING
Deprecated.
|
FUNCTIONAL_TESTING
Deprecated.
|
NON_FUNCTIONAL_TESTING
Deprecated.
|
PERFORMANCE_TESTING
Deprecated.
|
SECURITY_TESTING
Deprecated.
|
UNDEFINED
Deprecated.
|
USER_TESTING
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static TestCaseNature |
defaultValue()
Deprecated.
|
String |
getI18nKey()
Deprecated.
|
int |
getLevel()
Deprecated.
|
static TestCaseNature |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TestCaseNature[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseNature UNDEFINED
public static final TestCaseNature FUNCTIONAL_TESTING
public static final TestCaseNature BUSINESS_TESTING
public static final TestCaseNature USER_TESTING
public static final TestCaseNature NON_FUNCTIONAL_TESTING
public static final TestCaseNature PERFORMANCE_TESTING
public static final TestCaseNature SECURITY_TESTING
public static final TestCaseNature ATDD
public static TestCaseNature[] values()
for (TestCaseNature c : TestCaseNature.values()) System.out.println(c);
public static TestCaseNature 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 TestCaseNature defaultValue()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.