Uses of Interface
com.atlassian.bamboo.capture.WebTestDescription
Packages that use WebTestDescription
-
Uses of WebTestDescription in com.atlassian.bamboo.capture
Classes in com.atlassian.bamboo.capture that implement WebTestDescriptionFields in com.atlassian.bamboo.capture with type parameters of type WebTestDescriptionModifier and TypeFieldDescriptionstatic com.google.common.base.Function<org.junit.runner.Description,
WebTestDescription> JUnit4WebTestDescription.TRANSFORMER
Methods in com.atlassian.bamboo.capture that return types with arguments of type WebTestDescriptionModifier and TypeMethodDescriptionJUnit4WebTestDescription.children()
WebTestDescription.children()
Descriptions of child tests.Methods in com.atlassian.bamboo.capture with parameters of type WebTestDescriptionModifier and TypeMethodDescriptionvoid
FFMpegSuiteListener.suiteFinished
(WebTestDescription suiteDescription) void
WebTestListener.suiteFinished
(WebTestDescription suiteDescription) Called when the whole web test suite is going finishing.void
FFMpegSuiteListener.suiteStarted
(WebTestDescription suiteDescription) void
WebTestListener.suiteStarted
(WebTestDescription suiteDescription) Called when the whole web test suite is going to start.void
FFMpegSuiteListener.testError
(WebTestDescription test, Throwable throwable) void
WebTestListener.testError
(WebTestDescription description, Throwable error) Called when test ends with an errorvoid
FFMpegSuiteListener.testFailure
(WebTestDescription test, Throwable assertionFailedError) void
WebTestListener.testFailure
(WebTestDescription description, Throwable failure) Called on test finished with an assertion failure.void
FFMpegSuiteListener.testFinished
(WebTestDescription test) void
WebTestListener.testFinished
(WebTestDescription description) Called on finished web test.void
FFMpegSuiteListener.testStarted
(WebTestDescription test) void
WebTestListener.testStarted
(WebTestDescription description) Called on start of a single web test.Constructor parameters in com.atlassian.bamboo.capture with type arguments of type WebTestDescription