| Class | Description |
|---|---|
| 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 |
A generic JUnit Test used by
CompatibilityTestSuite to run a single CTS test. |
| 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.
|
| Annotation Type | Description |
|---|---|
| Initialized |
Used to perform specific initializations before each test in the suite is executed.
|
| Scope |
Used to specify which test data to run in the test suite.
|
| Syntax |
Used to specify for which Syntax the test suite is for.
|
Copyright © 2004–2016 XWiki. All rights reserved.