sdb.junit
Class TextListener2
java.lang.Object
org.junit.runner.notification.RunListener
org.junit.internal.TextListener
sdb.junit.TextListener2
public class TextListener2
- extends org.junit.internal.TextListener
|
Method Summary |
void |
testFailure(org.junit.runner.notification.Failure failure)
|
void |
testIgnored(org.junit.runner.Description description)
|
void |
testRunStarted(org.junit.runner.Description description)
|
void |
testStarted(org.junit.runner.Description description)
|
| Methods inherited from class org.junit.internal.TextListener |
testRunFinished |
| Methods inherited from class org.junit.runner.notification.RunListener |
testAssumptionFailure, testFinished |
TextListener2
public TextListener2(PrintStream writer)
testRunStarted
public void testRunStarted(org.junit.runner.Description description)
- Overrides:
testRunStarted in class org.junit.runner.notification.RunListener
testStarted
public void testStarted(org.junit.runner.Description description)
- Overrides:
testStarted in class org.junit.internal.TextListener
testFailure
public void testFailure(org.junit.runner.notification.Failure failure)
- Overrides:
testFailure in class org.junit.internal.TextListener
testIgnored
public void testIgnored(org.junit.runner.Description description)
- Overrides:
testIgnored in class org.junit.internal.TextListener
Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.