Package org.xwiki.rendering.test.integration.junit5
-
Interface Summary Interface Description RenderingTests Run all tests found in*.test
files located in the classpath. -
Class Summary 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 byRenderingTestExecutor
to parse some passed content and verify it matches some passed expectation.RenderingTestExecutor Wraps aRenderingTest
by setting up a Component Manager, executing methods annotated withRenderingTests.Initialized
and tearing down the Component Manager. -
Annotation Types Summary 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.