public class RenderingTestSuite
extends org.junit.runners.Suite
*.test files located in the classpath. These *.test files must follow the
conventions described in TestDataParser.
Usage Example
| Modifier and Type | Class and Description |
|---|---|
static interface |
RenderingTestSuite.Initialized |
static interface |
RenderingTestSuite.Scope |
| Constructor and Description |
|---|
RenderingTestSuite(Class<?> klass)
Only called reflectively.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<org.junit.runner.Runner> |
getChildren() |
org.junit.runner.Description |
getDescription()
We override this method so that the JUnit results are not displayed in a test hierarchy with a single test
result for each node (as it would be otherwise since RenderingTest has a single test method).
|
protected List<org.junit.runner.Runner> getChildren()
getChildren in class org.junit.runners.Suitepublic org.junit.runner.Description getDescription()
getDescription in interface org.junit.runner.DescribablegetDescription in class org.junit.runners.ParentRunner<org.junit.runner.Runner>Copyright © 2004–2016 XWiki. All rights reserved.