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:
getDescriptionin interfaceDescribable- Specified by:
getDescriptionin classRunner- Returns:
- a
Descriptionshowing the tests to be run by the receiver
-
run
Description copied from class:RunnerRun the tests for this runner.
-