org.ancoron.postgresql.utils.test
Class LoggingRunListener

java.lang.Object
  extended by org.junit.runner.notification.RunListener
      extended by org.ancoron.postgresql.utils.test.LoggingRunListener

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

Author:
ancoron

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

Constructor Detail

LoggingRunListener

public LoggingRunListener()
Method Detail

testFinished

public void testFinished(org.junit.runner.Description d)
                  throws Exception
Overrides:
testFinished in class org.junit.runner.notification.RunListener
Throws:
Exception

testFailure

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

testStarted

public void testStarted(org.junit.runner.Description d)
                 throws Exception
Overrides:
testStarted in class org.junit.runner.notification.RunListener
Throws:
Exception


Copyright © 2012. All Rights Reserved.