public class

ErrorReportingRunner

extends Runner
java.lang.Object
   ↳ org.junit.runner.Runner
     ↳ org.junit.internal.runners.ErrorReportingRunner

Summary

Public Constructors
ErrorReportingRunner(Class<?> testClass, Throwable cause)
Public Methods
Description getDescription()
void run(RunNotifier notifier)
Run the tests for this runner.
[Expand]
Inherited Methods
From class org.junit.runner.Runner
From class java.lang.Object
From interface org.junit.runner.Describable

Public Constructors

public ErrorReportingRunner (Class<?> testClass, Throwable cause)

Public Methods

public Description getDescription ()

public void run (RunNotifier notifier)

Run the tests for this runner.

Parameters
notifier will be notified of events while tests are being run--tests being started, finishing, and failing