protected static enum DefaultDatabaseContext.ExecutionPhase extends java.lang.Enum<DefaultDatabaseContext.ExecutionPhase>
| Enum Constant and Description |
|---|
INITIALIZING |
TEST_EXECUTION |
TEST_PREPARATION |
| Modifier and Type | Method and Description |
|---|---|
static DefaultDatabaseContext.ExecutionPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DefaultDatabaseContext.ExecutionPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultDatabaseContext.ExecutionPhase INITIALIZING
public static final DefaultDatabaseContext.ExecutionPhase TEST_PREPARATION
public static final DefaultDatabaseContext.ExecutionPhase TEST_EXECUTION
public static DefaultDatabaseContext.ExecutionPhase[] values()
for (DefaultDatabaseContext.ExecutionPhase c : DefaultDatabaseContext.ExecutionPhase.values()) System.out.println(c);
public static DefaultDatabaseContext.ExecutionPhase 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 null