org.xwiki.rendering.test.cts
Class IgnoredRenderingTestClassRunner
java.lang.Object
org.junit.runner.Runner
org.junit.internal.builders.IgnoredClassRunner
org.xwiki.rendering.test.cts.IgnoredRenderingTestClassRunner
- All Implemented Interfaces:
- org.junit.runner.Describable
public class IgnoredRenderingTestClassRunner
- extends org.junit.internal.builders.IgnoredClassRunner
Used to ignore tests for which there is CTS data but no Syntax test data.
- Since:
- 4.1M1
- Version:
- $Id: 67df34d8232c32fa96b1c226f28989357255c146 $
| Methods inherited from class org.junit.internal.builders.IgnoredClassRunner |
run |
| Methods inherited from class org.junit.runner.Runner |
testCount |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IgnoredRenderingTestClassRunner
public IgnoredRenderingTestClassRunner(Class<?> testClass,
TestData testData)
- Parameters:
testClass - the RenderingTest classtestData - the Test Data, passed to the Rendering Test instance executing
getDescription
public org.junit.runner.Description getDescription()
- Specified by:
getDescription in interface org.junit.runner.Describable- Overrides:
getDescription in class org.junit.internal.builders.IgnoredClassRunner
Copyright © 2004-2013 XWiki. All Rights Reserved.