Class RenderingTest
- java.lang.Object
-
- org.xwiki.rendering.test.integration.AbstractRenderingTest
-
- org.xwiki.rendering.test.integration.RenderingTest
-
public class RenderingTest extends AbstractRenderingTest
A generic JUnit Test used byRenderingTestSuite
to parse some passed content and verify it matches some passed expectation. The format of the input/expectation is specified inTestDataParser
.- Since:
- 3.0RC1
- Version:
- $Id: 59436b830be7acbdbc8fcfac06e641c2ea554ff7 $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
protected void
throwAssertionException(String message, String expected, String result)
-
Methods inherited from class org.xwiki.rendering.test.integration.AbstractRenderingTest
getComponentManager
-
-
-
-
Method Detail
-
execute
public void execute() throws Exception
- Overrides:
execute
in classAbstractRenderingTest
- Throws:
Exception
-
throwAssertionException
protected void throwAssertionException(String message, String expected, String result)
- Specified by:
throwAssertionException
in classAbstractRenderingTest
-
-