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.RunNotifier
public void removeListener(org.junit.runner.notification.RunListener listener)
removeListener
in class org.junit.runner.notification.RunNotifier
public void fireTestRunStarted(org.junit.runner.Description description)
fireTestRunStarted
in class org.junit.runner.notification.RunNotifier
public void fireTestRunFinished(org.junit.runner.Result result)
fireTestRunFinished
in class org.junit.runner.notification.RunNotifier
public void fireTestStarted(org.junit.runner.Description description) throws org.junit.runner.notification.StoppedByUserException
fireTestStarted
in class org.junit.runner.notification.RunNotifier
org.junit.runner.notification.StoppedByUserException
public void fireTestFailure(org.junit.runner.notification.Failure failure)
fireTestFailure
in class org.junit.runner.notification.RunNotifier
public void fireTestAssumptionFailed(org.junit.runner.notification.Failure failure)
fireTestAssumptionFailed
in class org.junit.runner.notification.RunNotifier
public void fireTestIgnored(org.junit.runner.Description description)
fireTestIgnored
in class org.junit.runner.notification.RunNotifier
public void fireTestFinished(org.junit.runner.Description description)
fireTestFinished
in class org.junit.runner.notification.RunNotifier
public void pleaseStop()
pleaseStop
in class org.junit.runner.notification.RunNotifier
public void addFirstListener(org.junit.runner.notification.RunListener listener)
addFirstListener
in class org.junit.runner.notification.RunNotifier
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.