|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TestCaseParam.Type>
csheets.ext.test.TestCaseParam.Type
public static enum TestCaseParam.Type
The test case parameters origin can be either user entered, system generated within the cells assertion or derived from the values of its test cases
| Enum Constant Summary | |
|---|---|
DERIVED
Derived from the cell's test case value. |
|
SYSTEM_GENERATED
Auto-generated by the system based on the cell's assertion. |
|
USER_ENTERED
Entered manually by the user. |
|
| Method Summary | |
|---|---|
static TestCaseParam.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TestCaseParam.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TestCaseParam.Type USER_ENTERED
public static final TestCaseParam.Type SYSTEM_GENERATED
public static final TestCaseParam.Type DERIVED
| Method Detail |
|---|
public static final TestCaseParam.Type[] values()
for(TestCaseParam.Type c : TestCaseParam.Type.values())
System.out.println(c);
public static TestCaseParam.Type valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||