Class RemoteTestClassRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
- de.unkrig.commons.junit4.runner.internal.RemoteTestClassRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Sortable
public class RemoteTestClassRunner extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
-
Constructor Summary
Constructors Constructor Description RemoteTestClassRunner(Class<?> clasS, org.junit.runner.Runner runWith, String nameSuffix, OutputStream toSlave, InputStream fromSlave)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.junit.runner.DescriptiondescribeChild(org.junit.runner.Runner child)org.junit.runner.DescriptionfixDescription(org.junit.runner.Description desc)protected List<org.junit.runner.Runner>getChildren()protected StringgetName()voidrun(org.junit.runner.notification.RunNotifier notifier)protected voidrunChild(org.junit.runner.Runner child, org.junit.runner.notification.RunNotifier notifier)
-
-
-
Constructor Detail
-
RemoteTestClassRunner
public RemoteTestClassRunner(Class<?> clasS, @Nullable org.junit.runner.Runner runWith, String nameSuffix, OutputStream toSlave, InputStream fromSlave) throws Exception
- Throws:
Exception
-
-
Method Detail
-
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>
-
fixDescription
public org.junit.runner.Description fixDescription(org.junit.runner.Description desc)
-
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>
-
getName
protected String getName()
- Overrides:
getNamein classorg.junit.runners.ParentRunner<org.junit.runner.Runner>
-
run
public void run(org.junit.runner.notification.RunNotifier notifier)
- Overrides:
runin classorg.junit.runners.ParentRunner<org.junit.runner.Runner>
-
-