Package org.xwiki.rendering.test.integration
-
Class Summary 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 byRenderingTestSuite
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 FilterMetaData
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 Types Summary Annotation Type Description RenderingTestSuite.Initialized RenderingTestSuite.Scope