Package org.junit.internal.runners
Class ErrorReportingRunner
java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.ErrorReportingRunner
- All Implemented Interfaces:
Describable
-
Constructor Summary
ConstructorsConstructorDescriptionErrorReportingRunner
(Class<?> testClass, Throwable cause) ErrorReportingRunner
(Throwable cause, Class<?>... testClasses) -
Method Summary
-
Constructor Details
-
ErrorReportingRunner
-
ErrorReportingRunner
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in interfaceDescribable
- Specified by:
getDescription
in classRunner
- Returns:
- a
Description
showing the tests to be run by the receiver
-
run
Description copied from class:Runner
Run the tests for this runner.
-