Package | Description |
---|---|
csheets.ext.test |
Provides support for test cases and test case parameters.
|
csheets.ext.test.ui |
Provides specialized JTable components for displaying and providing editing of
test cases and test case parameters.
|
Modifier and Type | Method and Description |
---|---|
TestCaseParam |
TestableCell.addTestCaseParam(Value value)
Add a test case parameter to the cell's set of test case parameters.
|
TestCaseParam |
TestableCell.addTestCaseParam(Value value,
TestCaseParam.Type type)
Add a test case parameter to the cell's set of test case parameters.
|
Modifier and Type | Method and Description |
---|---|
Set<TestCaseParam> |
TestCase.getParams() |
Set<TestCaseParam> |
TestableCell.getTestCaseParams()
Returns the cell's test case parameters.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestableCell.extendTestCases(TestableCell firstPrec,
TestCaseParam param) |
boolean |
TestCase.hasParam(TestCaseParam param)
Test if the TestCase is based on a specified TestCaseParam.
|
void |
TestableCell.precedentAddedParam(TestableCell cell,
TestCaseParam param)
Invoked when a test case parameter is added to one of the cell's
precedents.
|
void |
TestableCell.precedentRemovedParam(TestableCell cell,
TestCaseParam param)
Invoked when a test case parameter is removed from one of the cell's
precedents.
|
void |
TestableCell.removeTestCaseParam(TestCaseParam param)
Removes a test case parameter from the cell's set of test case parameters.
|
void |
TestableCell.removeTestCaseParam(TestCaseParam param,
TestCaseParam.Type type)
Removes a test case parameter from the cell's set of test case parameters.
|
Constructor and Description |
---|
TestCase(TestableCell cell,
Set<TestCaseParam> params)
Creates a new test case for the given cell in the given spreadsheet.
|
TestCaseBuilder(Set<TestCaseParam> params)
Creates a new reference replacer, that converts the given expression
to a test case using the given set of test case parameters
|
Modifier and Type | Method and Description |
---|---|
TestCaseParam |
TestCaseParamController.setTestCaseParams(TestableCell cell,
String content,
Set<TestCaseParam> unChangedParams)
Sets the active cell's user-specified testcase parameters.
|
Modifier and Type | Method and Description |
---|---|
TestCaseParam |
TestCaseParamController.setTestCaseParams(TestableCell cell,
String content,
Set<TestCaseParam> unChangedParams)
Sets the active cell's user-specified testcase parameters.
|