org.ancoron.postgresql.utils.test
Class LoggingRunListener
java.lang.Object
org.junit.runner.notification.RunListener
org.ancoron.postgresql.utils.test.LoggingRunListener
public class LoggingRunListener
- extends org.junit.runner.notification.RunListener
- Author:
- ancoron
|
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 |
LoggingRunListener
public LoggingRunListener()
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.