Interface | Description |
---|---|
RenderingTests |
Run all tests found in
*.test files located in the classpath. |
Class | Description |
---|---|
BlockAssert |
Class to be imported in JUnit5 unit tests as a static import and which contains helper methods to assert Rendering
Blocks.
|
RenderingTest |
A generic JUnit Test used by
RenderingTestExecutor to parse some passed content and verify it matches some
passed expectation. |
RenderingTestExecutor |
Wraps a
RenderingTest by setting up a Component Manager, executing
methods annotated with RenderingTests.Initialized and tearing
down the Component Manager. |
Annotation Type | Description |
---|---|
RenderingTests.Initialized |
Annotation to use to indicate a method to execute before the test executes.
|
RenderingTests.Scope |
Annotation to use to indicate the resources directory containing the tests to execute.
|
Copyright © 2004–2021 XWiki. All rights reserved.