|
Class Summary |
| RenderingTest |
A generic JUnit Test used by RenderingTestSuite to parse some passed content and verify it matches some
passed expectation. |
| RenderingTestSuite |
Run all tests found in *.test files located in the classpath. |
| SyntaxWrappingListener |
Filter MetaData source element from begin/endDocument events. |
| TestData |
|
| TestDataGenerator |
Finds all test files in the current classloader, read them and return test data to represent them. |
| TestDataParser |
Parses test data defined using the following syntax, shown with this example:
.streaming
.runTransformations
.configuration <key=value>
.input|<syntax parser id>
<input content here>
.expect|<renderer id>
<expected content here>
|