Package de.unkrig.commons.junit4.runner
Class PipeTestClassRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
- de.unkrig.commons.junit4.runner.PipeTestClassRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Sortable
public class PipeTestClassRunner extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
-
Constructor Summary
Constructors Constructor Description PipeTestClassRunner(Class<?> clasS)PipeTestClassRunner(Class<?> clasS, org.junit.runner.Runner runner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.junit.runner.DescriptiondescribeChild(org.junit.runner.Runner child)protected List<org.junit.runner.Runner>getChildren()protected voidrunChild(org.junit.runner.Runner child, org.junit.runner.notification.RunNotifier notifier)-
Methods inherited from class org.junit.runners.ParentRunner
childrenInvoker, classBlock, classRules, collectInitializationErrors, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClasses
-
-
-
-
Method Detail
-
runChild
protected void runChild(org.junit.runner.Runner child, org.junit.runner.notification.RunNotifier notifier)- Specified by:
runChildin classorg.junit.runners.ParentRunner<org.junit.runner.Runner>
-
getChildren
protected List<org.junit.runner.Runner> getChildren()
- Specified by:
getChildrenin classorg.junit.runners.ParentRunner<org.junit.runner.Runner>
-
describeChild
protected org.junit.runner.Description describeChild(org.junit.runner.Runner child)
- Specified by:
describeChildin classorg.junit.runners.ParentRunner<org.junit.runner.Runner>
-
-