bb.util
Class JUnitExecutor.PrintStreamFeedback
java.lang.Object
org.junit.runner.notification.RunListener
bb.util.JUnitExecutor.PrintStreamFeedback
- Enclosing class:
- JUnitExecutor
private static class JUnitExecutor.PrintStreamFeedback
- extends RunListener
Provides console feedback for test events.
This class is multithread safe: every method is synchronized.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ps
private final PrintStream ps
JUnitExecutor.PrintStreamFeedback
private JUnitExecutor.PrintStreamFeedback(PrintStream ps)
testRunStarted
public void testRunStarted(Description description)
- Overrides:
testRunStarted
in class RunListener
testStarted
public void testStarted(Description description)
- Overrides:
testStarted
in class RunListener
testIgnored
public void testIgnored(Description description)
- Overrides:
testIgnored
in class RunListener
testFailure
public void testFailure(Failure failure)
- Overrides:
testFailure
in class RunListener
testFinished
public void testFinished(Description description)
- Overrides:
testFinished
in class RunListener
testRunFinished
public void testRunFinished(Result result)
- Overrides:
testRunFinished
in class RunListener