public static enum BevoTest.TestExecutionResult.Evaluation extends java.lang.Enum<BevoTest.TestExecutionResult.Evaluation>
TestCase
(test procedure) executionModifier and Type | Method and Description |
---|---|
static BevoTest.TestExecutionResult.Evaluation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BevoTest.TestExecutionResult.Evaluation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BevoTest.TestExecutionResult.Evaluation NO_RESULT
public static final BevoTest.TestExecutionResult.Evaluation FAILED
public static final BevoTest.TestExecutionResult.Evaluation PASSED
public static BevoTest.TestExecutionResult.Evaluation[] values()
for (BevoTest.TestExecutionResult.Evaluation c : BevoTest.TestExecutionResult.Evaluation.values()) System.out.println(c);
public static BevoTest.TestExecutionResult.Evaluation 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