public class RetryFilteringRunNotifier extends RunNotifierDecorator
| Constructor and Description |
|---|
RetryFilteringRunNotifier(org.junit.runner.notification.RunNotifier target,
org.junit.runner.notification.RunNotifier retryAwareRunNotifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearLastFailure() |
void |
fireTestAssumptionFailed(org.junit.runner.notification.Failure failure) |
void |
fireTestFailure(org.junit.runner.notification.Failure failure) |
void |
fireTestFinished(org.junit.runner.Description description) |
void |
fireTestIgnored(org.junit.runner.Description description) |
void |
fireTestRunFinished(org.junit.runner.Result result) |
void |
fireTestRunStarted(org.junit.runner.Description description) |
void |
fireTestStarted(org.junit.runner.Description description) |
void |
flush() |
boolean |
lastTestFailed() |
void |
reset() |
addFirstListener, addListener, pleaseStop, removeListenerpublic RetryFilteringRunNotifier(org.junit.runner.notification.RunNotifier target,
org.junit.runner.notification.RunNotifier retryAwareRunNotifier)
public void fireTestStarted(org.junit.runner.Description description)
throws org.junit.runner.notification.StoppedByUserException
fireTestStarted in class RunNotifierDecoratororg.junit.runner.notification.StoppedByUserExceptionpublic void fireTestFailure(org.junit.runner.notification.Failure failure)
fireTestFailure in class RunNotifierDecoratorpublic void flush()
public void reset()
public void fireTestFinished(org.junit.runner.Description description)
fireTestFinished in class RunNotifierDecoratorpublic void fireTestIgnored(org.junit.runner.Description description)
fireTestIgnored in class RunNotifierDecoratorpublic void fireTestAssumptionFailed(org.junit.runner.notification.Failure failure)
fireTestAssumptionFailed in class RunNotifierDecoratorpublic void fireTestRunStarted(org.junit.runner.Description description)
fireTestRunStarted in class RunNotifierDecoratorpublic void fireTestRunFinished(org.junit.runner.Result result)
fireTestRunFinished in class RunNotifierDecoratorpublic boolean lastTestFailed()
public void clearLastFailure()