Class JUnitProgressReporter
java.lang.Object
org.junit.runner.notification.RunListener
org.jenkinsci.test.acceptance.junit.JUnitProgressReporter
public class JUnitProgressReporter
extends org.junit.runner.notification.RunListener
Reports failures immediately.
- Author:
- Ullrich Hafner
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
testAssumptionFailure
(org.junit.runner.notification.Failure failure) void
testFailure
(org.junit.runner.notification.Failure failure) void
testFinished
(org.junit.runner.Description description) void
testStarted
(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testIgnored, testRunFinished, testRunStarted, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
JUnitProgressReporter
public JUnitProgressReporter()
-
-
Method Details
-
testStarted
- Overrides:
testStarted
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testFinished
- Overrides:
testFinished
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testFailure
- Overrides:
testFailure
in classorg.junit.runner.notification.RunListener
- Throws:
Exception
-
testAssumptionFailure
public void testAssumptionFailure(org.junit.runner.notification.Failure failure) - Overrides:
testAssumptionFailure
in classorg.junit.runner.notification.RunListener
-