public abstract class RunNotifierDecorator
extends org.junit.runner.notification.RunNotifier
| Constructor and Description |
|---|
RunNotifierDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFirstListener(org.junit.runner.notification.RunListener listener) |
void |
addListener(org.junit.runner.notification.RunListener listener) |
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 |
pleaseStop() |
void |
removeListener(org.junit.runner.notification.RunListener listener) |
protected abstract org.junit.runner.notification.RunNotifier |
underlyingNotifier() |
protected abstract org.junit.runner.notification.RunNotifier underlyingNotifier()
public void addListener(org.junit.runner.notification.RunListener listener)
addListener in class org.junit.runner.notification.RunNotifierpublic void removeListener(org.junit.runner.notification.RunListener listener)
removeListener in class org.junit.runner.notification.RunNotifierpublic void fireTestRunStarted(org.junit.runner.Description description)
fireTestRunStarted in class org.junit.runner.notification.RunNotifierpublic void fireTestRunFinished(org.junit.runner.Result result)
fireTestRunFinished in class org.junit.runner.notification.RunNotifierpublic void fireTestStarted(org.junit.runner.Description description)
throws org.junit.runner.notification.StoppedByUserException
fireTestStarted in class org.junit.runner.notification.RunNotifierorg.junit.runner.notification.StoppedByUserExceptionpublic void fireTestFailure(org.junit.runner.notification.Failure failure)
fireTestFailure in class org.junit.runner.notification.RunNotifierpublic void fireTestAssumptionFailed(org.junit.runner.notification.Failure failure)
fireTestAssumptionFailed in class org.junit.runner.notification.RunNotifierpublic void fireTestIgnored(org.junit.runner.Description description)
fireTestIgnored in class org.junit.runner.notification.RunNotifierpublic void fireTestFinished(org.junit.runner.Description description)
fireTestFinished in class org.junit.runner.notification.RunNotifierpublic void pleaseStop()
pleaseStop in class org.junit.runner.notification.RunNotifierpublic void addFirstListener(org.junit.runner.notification.RunListener listener)
addFirstListener in class org.junit.runner.notification.RunNotifierCopyright © 2011–2014 Wakaleo Consulting. All rights reserved.