org.junit.internal.runners.model
Class EachTestNotifier

java.lang.Object
  extended by org.junit.internal.runners.model.EachTestNotifier

public class EachTestNotifier
extends Object


Constructor Summary
EachTestNotifier(RunNotifier notifier, Description description)
           
 
Method Summary
 void addFailedAssumption(AssumptionViolatedException e)
           
 void addFailure(Throwable targetException)
           
 void fireTestFinished()
           
 void fireTestIgnored()
           
 void fireTestStarted()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EachTestNotifier

public EachTestNotifier(RunNotifier notifier,
                        Description description)
Method Detail

addFailure

public void addFailure(Throwable targetException)

addFailedAssumption

public void addFailedAssumption(AssumptionViolatedException e)

fireTestFinished

public void fireTestFinished()

fireTestStarted

public void fireTestStarted()

fireTestIgnored

public void fireTestIgnored()