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 |
---|---|
void |
TestableCell.addTestableCellListener(TestableCellListener listener)
Registers the given listener on the cell.
|
void |
TestableCell.removeTestableCellListener(TestableCellListener listener)
Removes the given listener from the cell.
|
Modifier and Type | Class and Description |
---|---|
class |
TestCasePanel
A panel for displaying test cases and providing editing of their validation
states.
|
class |
TestToolBar
A toolbar that shows information about test cases.
|