Class | Description |
---|---|
RegressionTester |
This class takes in a collection of features and their expected results, allows the
client application to register for each feature the actual result, compares the
result, and prints the summary.
|
Tester |
The Tester class is intented for unit testing of Java classes.
|
Exception | Description |
---|---|
FeatureAlreadyTested |
Exception thrown when RegressionTester.test() is called more than once on a feature
|
NoSuchFeature |
Exception thrown when the requested feature is not available
|