public class FilterTestSuite
extends org.junit.runners.Suite
Modifier and Type | Class and Description |
---|---|
static interface |
FilterTestSuite.Initialized |
static interface |
FilterTestSuite.Scope |
Constructor and Description |
---|
FilterTestSuite(Class<?> klass)
Only called reflectively.
|
Modifier and Type | Method and Description |
---|---|
protected List<org.junit.runner.Runner> |
getChildren() |
org.junit.runner.Description |
getDescription() |
childrenInvoker, classBlock, classRules, collectInitializationErrors, createTestClass, filter, getName, getRunnerAnnotations, getTestClass, isIgnored, order, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses, withInterruptIsolation
protected List<org.junit.runner.Runner> getChildren()
getChildren
in class org.junit.runners.Suite
public 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).
getDescription
in interface org.junit.runner.Describable
getDescription
in class org.junit.runners.ParentRunner<org.junit.runner.Runner>
Copyright © 2004–2022 XWiki. All rights reserved.