public class FFMpegSuiteListener extends Object implements WebTestListener
Modifier and Type | Field and Description |
---|---|
static int |
MAX_FFMPDEG_TIME |
Constructor and Description |
---|
FFMpegSuiteListener() |
FFMpegSuiteListener(com.google.common.base.Predicate<WebTestDescription> shouldRecord) |
Modifier and Type | Method and Description |
---|---|
void |
suiteFinished(WebTestDescription suiteDescription)
Called when the whole web test suite is going finishing.
|
void |
suiteStarted(WebTestDescription suiteDescription)
Called when the whole web test suite is going to start.
|
void |
testError(WebTestDescription test,
Throwable throwable)
Called when test ends with an error
|
void |
testFailure(WebTestDescription test,
Throwable assertionFailedError)
Called on test finished with an assertion failure.
|
void |
testFinished(WebTestDescription test)
Called on finished web test.
|
void |
testStarted(WebTestDescription test)
Called on start of a single web test.
|
public static final int MAX_FFMPDEG_TIME
public FFMpegSuiteListener(com.google.common.base.Predicate<WebTestDescription> shouldRecord)
public FFMpegSuiteListener()
public void suiteStarted(WebTestDescription suiteDescription)
WebTestListener
suiteStarted
in interface WebTestListener
suiteDescription
- description of the whole suitepublic void suiteFinished(WebTestDescription suiteDescription)
WebTestListener
suiteFinished
in interface WebTestListener
suiteDescription
- description of the whole suitepublic void testError(WebTestDescription test, Throwable throwable)
WebTestListener
testError
in interface WebTestListener
test
- test descriptionthrowable
- errorpublic void testFailure(WebTestDescription test, Throwable assertionFailedError)
WebTestListener
testFailure
in interface WebTestListener
test
- test descriptionassertionFailedError
- failurepublic void testFinished(WebTestDescription test)
WebTestListener
testFinished
in interface WebTestListener
test
- test descriptionpublic void testStarted(WebTestDescription test)
WebTestListener
testStarted
in interface WebTestListener
test
- test descriptionCopyright © 2002-2019 Atlassian. All Rights Reserved.