public class MultipleJresTestClassRunner
extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVA10_HOME |
static String |
JAVA11_HOME |
static String |
JAVA6_HOME |
static String |
JAVA7_HOME |
static String |
JAVA8_HOME |
static String |
JAVA9_HOME |
| Constructor and Description |
|---|
MultipleJresTestClassRunner(Class<?> clasS) |
| Modifier and Type | Method and Description |
|---|---|
protected org.junit.runner.Description |
describeChild(org.junit.runner.Runner child) |
protected List<org.junit.runner.Runner> |
getChildren() |
static AssertionError |
newAssertionError(String message,
Throwable t) |
static AssertionError |
newAssertionError(Throwable t) |
protected void |
runChild(org.junit.runner.Runner child,
org.junit.runner.notification.RunNotifier notifier) |
childrenInvoker, classBlock, classRules, collectInitializationErrors, filter, getDescription, getName, getRunnerAnnotations, getTestClass, run, runLeaf, setScheduler, sort, validatePublicVoidNoArgMethods, withAfterClasses, withBeforeClassespublic static final String JAVA6_HOME
public static final String JAVA7_HOME
public static final String JAVA8_HOME
public static final String JAVA9_HOME
public static final String JAVA10_HOME
public static final String JAVA11_HOME
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>public static AssertionError newAssertionError(@Nullable Throwable t)
public static AssertionError newAssertionError(@Nullable String message, @Nullable Throwable t)
protected org.junit.runner.Description describeChild(org.junit.runner.Runner child)
describeChild in class org.junit.runners.ParentRunner<org.junit.runner.Runner>Copyright © 2020 Arno Unkrig. All rights reserved.