org.xwiki.rendering.test.integration
Class RenderingTest

java.lang.Object
  extended by 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)
           
 
Method Summary
 void execute()
           
 org.xwiki.component.manager.ComponentManager getComponentManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenderingTest

public RenderingTest(String input,
                     String expected,
                     String parserId,
                     String targetSyntaxId,
                     boolean streaming,
                     boolean runTransformations,
                     Map<String,?> configuration,
                     org.xwiki.component.manager.ComponentManager componentManager)
Method Detail

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.