org.squashtest.tm.domain.testcase
public enum TestCaseNature extends Enum<TestCaseNature> implements Level
| Enum Constant and Description |
|---|
ATDD |
BUSINESS_TESTING |
FUNCTIONAL_TESTING |
NON_FUNCTIONAL_TESTING |
PERFORMANCE_TESTING |
SECURITY_TESTING |
UNDEFINED |
USER_TESTING |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseNature |
defaultValue() |
String |
getI18nKey() |
int |
getLevel() |
static TestCaseNature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseNature[] |
values()
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-2014 Henix, henix.fr. All Rights Reserved.