org.hansel
Class CheckFailureRunListener

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by org.hansel.CheckFailureRunListener

public class CheckFailureRunListener
extends org.junit.runner.notification.RunListener


Constructor Summary
CheckFailureRunListener()
           
 
Method Summary
 boolean hasFailures()
           
 void testFailure(org.junit.runner.notification.Failure failure)
           
 
Methods inherited from class org.junit.runner.notification.RunListener
testFinished, testIgnored, testRunFinished, testRunStarted, testStarted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckFailureRunListener

public CheckFailureRunListener()
Method Detail

hasFailures

public boolean hasFailures()

testFailure

public void testFailure(org.junit.runner.notification.Failure failure)
                 throws java.lang.Exception
Overrides:
testFailure in class org.junit.runner.notification.RunListener
Throws:
java.lang.Exception