Package | Description |
---|---|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
Modifier and Type | Method and Description |
---|---|
static TestCaseParam.Type |
TestCaseParam.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestCaseParam.Type[] |
TestCaseParam.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TestCaseParam |
TestableCell.addTestCaseParam(Value value,
TestCaseParam.Type type)
Add a test case parameter to the cell's set of test case parameters.
|
boolean |
TestCaseParam.hasType(TestCaseParam.Type type) |
protected void |
TestableCell.removeAllTcpsOfType(TestCaseParam.Type type) |
void |
TestableCell.removeTestCaseParam(TestCaseParam param,
TestCaseParam.Type type)
Removes a test case parameter from the cell's set of test case parameters.
|
void |
TestCaseParam.setType(TestCaseParam.Type type,
boolean toggle) |
Constructor and Description |
---|
TestCaseParam(TestableCell cell,
Value value,
TestCaseParam.Type type)
Creates the Test Case Parameter.
|