Package de.unkrig.commons.junit4.runner
Class MultipleJresTestClassRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
- de.unkrig.commons.junit4.runner.MultipleJresTestClassRunner
-
- All Implemented Interfaces:
org.junit.runner.Describable,org.junit.runner.manipulation.Filterable,org.junit.runner.manipulation.Sortable
public class MultipleJresTestClassRunner extends org.junit.runners.ParentRunner<org.junit.runner.Runner>
-
-
Field Summary
Fields Modifier and Type Field Description static StringJAVA10_HOMEstatic StringJAVA11_HOMEstatic StringJAVA6_HOMEstatic StringJAVA7_HOMEstatic StringJAVA8_HOMEstatic StringJAVA9_HOME
-
Constructor Summary
Constructors Constructor Description MultipleJresTestClassRunner(Class<?> clasS)
-
Method Summary
All Methods Static 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()static AssertionErrornewAssertionError(String message, Throwable t)static AssertionErrornewAssertionError(Throwable t)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
-
-
-
-
Field Detail
-
JAVA6_HOME
public static final String JAVA6_HOME
- See Also:
- Constant Field Values
-
JAVA7_HOME
public static final String JAVA7_HOME
- See Also:
- Constant Field Values
-
JAVA8_HOME
public static final String JAVA8_HOME
- See Also:
- Constant Field Values
-
JAVA9_HOME
public static final String JAVA9_HOME
- See Also:
- Constant Field Values
-
JAVA10_HOME
public static final String JAVA10_HOME
- See Also:
- Constant Field Values
-
JAVA11_HOME
public static final String JAVA11_HOME
- See Also:
- Constant Field Values
-
-
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>
-
newAssertionError
public static AssertionError newAssertionError(@Nullable Throwable t)
-
newAssertionError
public static AssertionError newAssertionError(@Nullable String message, @Nullable Throwable t)
-
describeChild
protected org.junit.runner.Description describeChild(org.junit.runner.Runner child)
- Specified by:
describeChildin classorg.junit.runners.ParentRunner<org.junit.runner.Runner>
-
-