public class RemoteTestClassRunner
extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
| Constructor and Description |
|---|
RemoteTestClassRunner(Class<?> clasS,
org.junit.runner.Runner runWith,
String nameSuffix,
OutputStream toSlave,
InputStream fromSlave) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(org.junit.runner.Runner child) |
org.junit.runner.Description |
fixDescription(org.junit.runner.Description desc) |
protected List<org.junit.runner.Runner> |
getChildren() |
protected String |
getName() |
void |
run(org.junit.runner.notification.RunNotifier notifier) |
protected void |
runChild(org.junit.runner.Runner child,
org.junit.runner.notification.RunNotifier notifier) |
public RemoteTestClassRunner(Class<?> clasS, @Nullable org.junit.runner.Runner runWith, String nameSuffix, OutputStream toSlave, InputStream fromSlave) throws Exception
Exceptionprotected List<org.junit.runner.Runner> getChildren()
getChildren in class org.junit.runners.ParentRunner<org.junit.runner.Runner>protected org.junit.runner.Description describeChild(org.junit.runner.Runner child)
describeChild in class org.junit.runners.ParentRunner<org.junit.runner.Runner>public org.junit.runner.Description fixDescription(org.junit.runner.Description desc)
protected void runChild(org.junit.runner.Runner child,
org.junit.runner.notification.RunNotifier notifier)
runChild in class org.junit.runners.ParentRunner<org.junit.runner.Runner>protected String getName()
getName in class org.junit.runners.ParentRunner<org.junit.runner.Runner>public void run(org.junit.runner.notification.RunNotifier notifier)
run in class org.junit.runners.ParentRunner<org.junit.runner.Runner>Copyright © 2020 Arno Unkrig. All rights reserved.