public enum TestCaseRunResult extends java.lang.Enum<TestCaseRunResult>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toQC() |
java.lang.String |
toQmetry() |
java.lang.String |
toQmetry6() |
java.lang.String |
toRally() |
static TestCaseRunResult |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseRunResult[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestCaseRunResult PASS
public static final TestCaseRunResult FAIL
public static final TestCaseRunResult SKIPPED
public static TestCaseRunResult[] values()
for (TestCaseRunResult c : TestCaseRunResult.values()) System.out.println(c);
public static TestCaseRunResult 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 nullpublic java.lang.String toRally()
public java.lang.String toQmetry()
public java.lang.String toQC()
public java.lang.String toQmetry6()
Copyright © 2000 Infostretch Corp.