| Class | Description |
|---|---|
| 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>
|
| Annotation Type | Description |
|---|---|
| RenderingTestSuite.Initialized | |
| RenderingTestSuite.Scope |
Copyright © 2004–2016 XWiki. All rights reserved.