Package org.junit.internal.runners
Class ErrorReportingRunner
- java.lang.Object
-
- org.junit.runner.Runner
-
- org.junit.internal.runners.ErrorReportingRunner
-
- All Implemented Interfaces:
Describable
public class ErrorReportingRunner extends Runner
-
-
Constructor Summary
Constructors Constructor Description ErrorReportingRunner(Class<?> testClass, Throwable cause)
ErrorReportingRunner(Throwable cause, Class<?>... testClasses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Description
getDescription()
void
run(RunNotifier notifier)
Run the tests for this runner.
-
-
-
Method Detail
-
getDescription
public Description getDescription()
- Specified by:
getDescription
in interfaceDescribable
- Specified by:
getDescription
in classRunner
- Returns:
- a
Description
showing the tests to be run by the receiver
-
run
public void run(RunNotifier notifier)
Description copied from class:Runner
Run the tests for this runner.
-
-