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.TRANSFORMERMethods 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 TypeMethodDescriptionvoidFFMpegSuiteListener.suiteFinished(WebTestDescription suiteDescription) voidWebTestListener.suiteFinished(WebTestDescription suiteDescription) Called when the whole web test suite is going finishing.voidFFMpegSuiteListener.suiteStarted(WebTestDescription suiteDescription) voidWebTestListener.suiteStarted(WebTestDescription suiteDescription) Called when the whole web test suite is going to start.voidFFMpegSuiteListener.testError(WebTestDescription test, Throwable throwable) voidWebTestListener.testError(WebTestDescription description, Throwable error) Called when test ends with an errorvoidFFMpegSuiteListener.testFailure(WebTestDescription test, Throwable assertionFailedError) voidWebTestListener.testFailure(WebTestDescription description, Throwable failure) Called on test finished with an assertion failure.voidFFMpegSuiteListener.testFinished(WebTestDescription test) voidWebTestListener.testFinished(WebTestDescription description) Called on finished web test.voidFFMpegSuiteListener.testStarted(WebTestDescription test) voidWebTestListener.testStarted(WebTestDescription description) Called on start of a single web test.Constructor parameters in com.atlassian.bamboo.capture with type arguments of type WebTestDescription