public class EachTestNotifier
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Description |
description |
private RunNotifier |
notifier |
Constructor and Description |
---|
EachTestNotifier(RunNotifier notifier,
Description description) |
Modifier and Type | Method and Description |
---|---|
void |
addFailedAssumption(AssumptionViolatedException e) |
void |
addFailure(java.lang.Throwable targetException) |
private void |
addMultipleFailureException(MultipleFailureException mfe) |
void |
fireTestFinished() |
void |
fireTestIgnored() |
void |
fireTestStarted() |
private final RunNotifier notifier
private final Description description
public EachTestNotifier(RunNotifier notifier, Description description)
public void addFailure(java.lang.Throwable targetException)
private void addMultipleFailureException(MultipleFailureException mfe)
public void addFailedAssumption(AssumptionViolatedException e)
public void fireTestFinished()
public void fireTestStarted()
public void fireTestIgnored()