public static enum BevoTest.TestExecutionResult.Status extends java.lang.Enum<BevoTest.TestExecutionResult.Status>
TestCase
(test procedure) executionEnum Constant and Description |
---|
COMPLETE_ABNORMAL |
COMPLETE_NORMAL |
ENQUEUED |
RUNNING_PROCESSING |
RUNNING_SETUP |
RUNNING_TEARDOWN |
SKIPPED |
TIMED_OUT |
Modifier and Type | Method and Description |
---|---|
static BevoTest.TestExecutionResult.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BevoTest.TestExecutionResult.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BevoTest.TestExecutionResult.Status ENQUEUED
public static final BevoTest.TestExecutionResult.Status RUNNING_SETUP
public static final BevoTest.TestExecutionResult.Status RUNNING_PROCESSING
public static final BevoTest.TestExecutionResult.Status RUNNING_TEARDOWN
public static final BevoTest.TestExecutionResult.Status SKIPPED
public static final BevoTest.TestExecutionResult.Status COMPLETE_NORMAL
public static final BevoTest.TestExecutionResult.Status COMPLETE_ABNORMAL
public static final BevoTest.TestExecutionResult.Status TIMED_OUT
public static BevoTest.TestExecutionResult.Status[] values()
for (BevoTest.TestExecutionResult.Status c : BevoTest.TestExecutionResult.Status.values()) System.out.println(c);
public static BevoTest.TestExecutionResult.Status 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