|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<CaseResult.Status>
com.cwctravel.hudson.plugins.suitegroupedtests.junit.CaseResult.Status
public static enum CaseResult.Status
Constants that represent the status of this test.
| Enum Constant Summary | |
|---|---|
FAILED
This test failed, just like its previous run. |
|
FIXED
This test has been failing, but now it runs OK. |
|
PASSED
This test runs OK, just like its previous run. |
|
REGRESSION
This test has been running OK, but now it failed. |
|
SKIPPED
This test was skipped due to configuration or the failure or skipping of a method that it depends on. |
|
| Field Summary | |
|---|---|
boolean |
isOK
|
| Method Summary | |
|---|---|
java.lang.String |
getCssClass()
|
java.lang.String |
getMessage()
|
boolean |
isRegression()
|
static CaseResult.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CaseResult.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CaseResult.Status PASSED
public static final CaseResult.Status SKIPPED
public static final CaseResult.Status FAILED
public static final CaseResult.Status FIXED
public static final CaseResult.Status REGRESSION
| Field Detail |
|---|
public final boolean isOK
| Method Detail |
|---|
public static CaseResult.Status[] values()
for (CaseResult.Status c : CaseResult.Status.values()) System.out.println(c);
public static CaseResult.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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getCssClass()
public java.lang.String getMessage()
public boolean isRegression()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||