Interface | Description |
---|---|
TestableCellListener |
A listener interface for receiving notification on events occurring in a
testable cell.
|
Class | Description |
---|---|
TestableCell |
An extension of a cell in a spreadsheet, with support for test cases.
|
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.
|
TestCaseBuilder |
An expression visitor that creates the expression for a test case, by
replacing references with test case parameters.
|
TestCaseParam |
A class holding information about a Test Case Parameter.
|
TestExtension |
The extension for tests.
|
Enum | Description |
---|---|
TestCase.ValidationState |
The validation states of a test case.
|
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
|
Exception | Description |
---|---|
DuplicateUserTCPException |
An exception that is thrown if a user enters a duplicate
test case param of type USER_ENTERED.
|