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