See: Description
| Interface | Description |
|---|---|
| TestDataSource |
A set of test data used in parameterized web tests.
|
| Class | Description |
|---|---|
| CSVTestDataSource |
Test data from a CSV file.
|
| FieldName |
Utility class to convert CSV headings to valid JavaBean property names.
|
| InstanceBuilder |
Helper class for finding and invoking constructors.
|
| Exception | Description |
|---|---|
| FailedToInitializeTestData |
Error that occurs if the test data could not be instanciated for some reason.
|