Class | Description |
---|---|
AbstractRenderingTest |
A generic base JUnit Test to parse some passed content and verify it matches some
passed expectation.
|
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 or .runTransformations:tx1,tx2,...txN
.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–2021 XWiki. All rights reserved.