public class JreTestClassRunner
extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
| Constructor and Description |
|---|
JreTestClassRunner(Class<?> clasS) |
JreTestClassRunner(Class<?> clasS,
org.junit.runners.ParentRunner<?> runWith,
String javaHome) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(org.junit.runner.Runner child) |
protected List<org.junit.runner.Runner> |
getChildren() |
protected String |
getName() |
protected void |
runChild(org.junit.runner.Runner child,
org.junit.runner.notification.RunNotifier notifier) |
protected String getName()
getName 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>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 List<org.junit.runner.Runner> getChildren()
getChildren in class org.junit.runners.ParentRunner<org.junit.runner.Runner>Copyright © 2020 Arno Unkrig. All rights reserved.