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.
|
Class and Description |
---|
DuplicateUserTCPException
An exception that is thrown if a user enters a duplicate
test case param of type USER_ENTERED.
|
TestableCell
An extension of a cell in a spreadsheet, with support for test cases.
|
TestableCellListener
A listener interface for receiving notification on events occurring in a
testable cell.
|
TestableSpreadsheet
An extension of a spreadsheet, with support for testable cells.
|
TestCase
Contains the information for a single test case, i.e. a single test case
parameter for each of the precedents.
|
TestCase.ValidationState
The validation states of a test case.
|
TestCaseParam
A class holding information about a Test Case Parameter.
|
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
|
Class and Description |
---|
TestableCell
An extension of a cell in a spreadsheet, with support for test cases.
|
TestableCellListener
A listener interface for receiving notification on events occurring in a
testable cell.
|
TestCaseParam
A class holding information about a Test Case Parameter.
|
TestExtension
The extension for tests.
|