| AbstractRenderingTest |
|
| CompatibilityTestSuite |
Run all tests found in resources files located in the classpath, for a given Syntax.
|
| IgnoredRenderingTestClassRunner |
Used to ignore tests for which there is CTS data but no Syntax test data.
|
| RenderingTest |
|
| RenderingTestClassRunner |
Represents a Test Runner for a single Rendering Test to execute.
|
| TestData |
Contains Test Data for a single test.
|
| TestDataConfiguration |
Contains Test configuration data (whether to run transformations or not, list of tests to ignore, etc).
|
| TestDataParser |
Finds all test files in the current classloader, read them and return test data to represent them.
|