public static enum TestIntegrationUtils.MethodKind extends java.lang.Enum<TestIntegrationUtils.MethodKind>
| Enum Constant and Description |
|---|
AFTER_CLASS |
BEFORE_CLASS |
DATA |
SET_UP |
TEAR_DOWN |
TEST |
TEST_CLASS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefaultName() |
abstract FileTemplateDescriptor |
getFileTemplateDescriptor(TestFramework framework) |
static TestIntegrationUtils.MethodKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestIntegrationUtils.MethodKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestIntegrationUtils.MethodKind SET_UP
public static final TestIntegrationUtils.MethodKind BEFORE_CLASS
public static final TestIntegrationUtils.MethodKind TEAR_DOWN
public static final TestIntegrationUtils.MethodKind AFTER_CLASS
public static final TestIntegrationUtils.MethodKind TEST
public static final TestIntegrationUtils.MethodKind DATA
public static final TestIntegrationUtils.MethodKind TEST_CLASS
public static TestIntegrationUtils.MethodKind[] values()
for (TestIntegrationUtils.MethodKind c : TestIntegrationUtils.MethodKind.values()) System.out.println(c);
public static TestIntegrationUtils.MethodKind valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getDefaultName()
public abstract FileTemplateDescriptor getFileTemplateDescriptor(TestFramework framework)