public class EachTestNotifier extends Object
Constructor and Description |
---|
EachTestNotifier(RunNotifier notifier,
Description description) |
Modifier and Type | Method and Description |
---|---|
void |
addFailedAssumption(AssumptionViolatedException e) |
void |
addFailure(Throwable targetException) |
void |
fireTestFinished() |
void |
fireTestIgnored() |
void |
fireTestStarted() |
public EachTestNotifier(RunNotifier notifier, Description description)
public void addFailure(Throwable targetException)
public void addFailedAssumption(AssumptionViolatedException e)
public void fireTestFinished()
public void fireTestStarted()
public void fireTestIgnored()
Copyright © 2002–2015 JUnit. All rights reserved.