Package org.junit.internal.runners
Class ErrorReportingRunner
java.lang.Object
org.junit.runner.Runner
org.junit.internal.runners.ErrorReportingRunner
- All Implemented Interfaces:
Describable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionErrorReportingRunner(Class<?> testClass, Throwable cause) ErrorReportingRunner(Throwable cause, Class<?>... testClasses) -
Method Summary
Modifier and TypeMethodDescriptionprivate Descriptionprivate StringgetClassNames(Class<?>... testClasses) voidrun(RunNotifier notifier) Run the tests for this runner.private voidrunCause(Throwable child, RunNotifier notifier)
-
Field Details
-
causes
-
classNames
-
-
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. -
getClassNames
-
getCauses
-
describeCause
-
runCause
-