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() |
protected org.junit.runner.notification.RunNotifier |
underlyingNotifier() |
addFirstListener, addListener, pleaseStop, removeListener
public 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 RunNotifierDecorator
org.junit.runner.notification.StoppedByUserException
public void fireTestFailure(org.junit.runner.notification.Failure failure)
fireTestFailure
in class RunNotifierDecorator
public void flush()
public void reset()
public void fireTestFinished(org.junit.runner.Description description)
fireTestFinished
in class RunNotifierDecorator
public void fireTestIgnored(org.junit.runner.Description description)
fireTestIgnored
in class RunNotifierDecorator
public void fireTestAssumptionFailed(org.junit.runner.notification.Failure failure)
fireTestAssumptionFailed
in class RunNotifierDecorator
public void fireTestRunStarted(org.junit.runner.Description description)
fireTestRunStarted
in class RunNotifierDecorator
public void fireTestRunFinished(org.junit.runner.Result result)
fireTestRunFinished
in class RunNotifierDecorator
protected org.junit.runner.notification.RunNotifier underlyingNotifier()
underlyingNotifier
in class RunNotifierDecorator
public boolean lastTestFailed()
public void clearLastFailure()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.