Class AbstractRenderingTest
- java.lang.Object
-
- org.xwiki.rendering.test.integration.AbstractRenderingTest
-
- Direct Known Subclasses:
RenderingTest
,RenderingTest
public abstract class AbstractRenderingTest extends Object
A generic base JUnit Test to parse some passed content and verify it matches some passed expectation. The format of the input/expectation is specified inTestDataParser
.- Since:
- 13.0
- Version:
- $Id: 6ef267dfcd7bcc4107e1315e947167eba28b4e84 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
execute()
org.xwiki.component.manager.ComponentManager
getComponentManager()
protected abstract void
throwAssertionException(String message, String expected, String result)
-