Class FFMpegSuiteListener
java.lang.Object
com.atlassian.jira.webtest.capture.FFMpegSuiteListener
- All Implemented Interfaces:
WebTestListener
Listens to the selenium tests and records them.
- Since:
- v4.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsuiteFinished(WebTestDescription suiteDescription) Called when the whole web test suite is going finishing.voidsuiteStarted(WebTestDescription suiteDescription) Called when the whole web test suite is going to start.voidtestError(WebTestDescription test, Throwable throwable) Called when test ends with an errorvoidtestFailure(WebTestDescription test, Throwable assertionFailedError) Called on test finished with an assertion failure.voidCalled on finished web test.voidCalled on start of a single web test.
-
Field Details
-
MAX_FFMPEG_TIME_MIN
public static final int MAX_FFMPEG_TIME_MIN- See Also:
-
-
Constructor Details
-
FFMpegSuiteListener
-
FFMpegSuiteListener
public FFMpegSuiteListener()
-
-
Method Details
-
suiteStarted
Description copied from interface:WebTestListenerCalled when the whole web test suite is going to start.- Specified by:
suiteStartedin interfaceWebTestListener- Parameters:
suiteDescription- description of the whole suite
-
suiteFinished
Description copied from interface:WebTestListenerCalled when the whole web test suite is going finishing.- Specified by:
suiteFinishedin interfaceWebTestListener- Parameters:
suiteDescription- description of the whole suite
-
testError
Description copied from interface:WebTestListenerCalled when test ends with an error- Specified by:
testErrorin interfaceWebTestListener- Parameters:
test- test descriptionthrowable- error
-
testFailure
Description copied from interface:WebTestListenerCalled on test finished with an assertion failure.- Specified by:
testFailurein interfaceWebTestListener- Parameters:
test- test descriptionassertionFailedError- failure
-
testFinished
Description copied from interface:WebTestListenerCalled on finished web test.- Specified by:
testFinishedin interfaceWebTestListener- Parameters:
test- test description
-
testStarted
Description copied from interface:WebTestListenerCalled on start of a single web test.- Specified by:
testStartedin interfaceWebTestListener- Parameters:
test- test description
-