org.xwiki.rendering.test.integration
Class RenderingTest
java.lang.Object
org.xwiki.rendering.test.integration.RenderingTest
public class RenderingTest
- extends Object
A generic JUnit Test used by RenderingTestSuite to parse some passed content and verify it matches some
passed expectation. The format of the input/expectation is specified in TestDataParser.
- Since:
- 3.0RC1
- Version:
- $Id: 75fdca9a518356ea64016aa1a3e4aae3ca684e49 $
|
Constructor Summary |
RenderingTest(String input,
String expected,
String parserId,
String targetSyntaxId,
boolean streaming,
boolean runTransformations,
Map<String,?> configuration,
org.xwiki.component.manager.ComponentManager componentManager)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenderingTest
public RenderingTest(String input,
String expected,
String parserId,
String targetSyntaxId,
boolean streaming,
boolean runTransformations,
Map<String,?> configuration,
org.xwiki.component.manager.ComponentManager componentManager)
execute
public void execute()
throws Throwable
- Throws:
Throwable
getComponentManager
public org.xwiki.component.manager.ComponentManager getComponentManager()
throws Exception
- Throws:
Exception
Copyright © 2004-2013 XWiki. All Rights Reserved.