Serializable
, Comparable<TestCaseResult.State>
public static enum TestCaseResult.State extends Enum<TestCaseResult.State>
Modifier and Type | Method | Description |
---|---|---|
String |
getColor() |
|
static TestCaseResult.State |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TestCaseResult.State[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseResult.State EXPECTED_RESULT_GOT_SAME_RESULT
public static final TestCaseResult.State EXPECTED_ERROR_GOT_SAME_ERROR
public static final TestCaseResult.State EXPECTED_RESULT_GOT_DIFFERENT_RESULT
public static final TestCaseResult.State EXPECTED_RESULT_GOT_ERROR
public static final TestCaseResult.State EXPECTED_ERROR_GOT_DIFFERENT_ERROR
public static final TestCaseResult.State EXPECTED_ERROR_GOT_RESULT
public static final TestCaseResult.State EXPECTED_RESULT_GOT_FAILURE
public static final TestCaseResult.State EXPECTED_ERROR_GOT_FAILURE
public static final TestCaseResult.State NO_RESULT_FILE
public static TestCaseResult.State[] values()
for (TestCaseResult.State c : TestCaseResult.State.values()) System.out.println(c);
public static TestCaseResult.State 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 getColor()
Copyright © 2019 Apache Software Foundation. All rights reserved.