Package com.atlassian.bamboo.capture
Class JUnit4WebTestListener
java.lang.Object
org.junit.runner.notification.RunListener
com.atlassian.bamboo.capture.JUnit4WebTestListener
- Direct Known Subclasses:
JUnit4FFMpegRunListener
public class JUnit4WebTestListener
extends org.junit.runner.notification.RunListener
-
Nested Class Summary
Nested classes/interfaces inherited from class org.junit.runner.notification.RunListener
org.junit.runner.notification.RunListener.ThreadSafe -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtestAssumptionFailure(org.junit.runner.notification.Failure failure) voidtestFailure(org.junit.runner.notification.Failure failure) voidtestFinished(org.junit.runner.Description description) voidtestRunFinished(org.junit.runner.Result result) voidtestRunStarted(org.junit.runner.Description description) voidtestStarted(org.junit.runner.Description description) Methods inherited from class org.junit.runner.notification.RunListener
testIgnored, testSuiteFinished, testSuiteStarted
-
Constructor Details
-
JUnit4WebTestListener
-
-
Method Details
-
webTestListener
-
testStarted
- Overrides:
testStartedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testFinished
- Overrides:
testFinishedin classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testFailure
- Overrides:
testFailurein classorg.junit.runner.notification.RunListener- Throws:
Exception
-
testAssumptionFailure
public void testAssumptionFailure(org.junit.runner.notification.Failure failure) - Overrides:
testAssumptionFailurein classorg.junit.runner.notification.RunListener
-
testRunStarted
public void testRunStarted(org.junit.runner.Description description) - Overrides:
testRunStartedin classorg.junit.runner.notification.RunListener
-
testRunFinished
public void testRunFinished(org.junit.runner.Result result) - Overrides:
testRunFinishedin classorg.junit.runner.notification.RunListener
-