Uses of Interface
com.atlassian.jira.functest.framework.WebTestDescription
Packages that use WebTestDescription
Package
Description
-
Uses of WebTestDescription in com.atlassian.jira.functest.framework
Classes in com.atlassian.jira.functest.framework that implement WebTestDescriptionFields in com.atlassian.jira.functest.framework with type parameters of type WebTestDescriptionModifier and TypeFieldDescriptionstatic com.google.common.base.Function<junit.framework.Test, WebTestDescription> JUnit3WebTestDescription.TRANSFORMERMethods in com.atlassian.jira.functest.framework that return types with arguments of type WebTestDescriptionModifier and TypeMethodDescriptionJUnit3WebTestDescription.children()WebTestDescription.children()Descriptions of child tests.Methods in com.atlassian.jira.functest.framework with parameters of type WebTestDescriptionModifier and TypeMethodDescriptionvoidAbstractWebTestListener.suiteFinished(WebTestDescription suiteDescription) voidCompositeSuiteListener.suiteFinished(WebTestDescription suiteDescription) voidTomcatShutdownListener.suiteFinished(WebTestDescription suiteDescription) voidWebTestListener.suiteFinished(WebTestDescription suiteDescription) Called when the whole web test suite is going finishing.voidAbstractWebTestListener.suiteStarted(WebTestDescription suiteDescription) voidCompositeSuiteListener.suiteStarted(WebTestDescription suiteDescription) voidTomcatShutdownListener.suiteStarted(WebTestDescription suiteDescription) voidWebTestListener.suiteStarted(WebTestDescription suiteDescription) Called when the whole web test suite is going to start.voidAbstractWebTestListener.testError(WebTestDescription description, Throwable error) voidCompositeSuiteListener.testError(WebTestDescription test, Throwable t) voidTomcatShutdownListener.testError(WebTestDescription description, Throwable t) voidWebTestListener.testError(WebTestDescription description, Throwable error) Called when test ends with an errorvoidAbstractWebTestListener.testFailure(WebTestDescription description, Throwable failure) voidCompositeSuiteListener.testFailure(WebTestDescription test, Throwable t) voidTomcatShutdownListener.testFailure(WebTestDescription description, Throwable t) voidWebTestListener.testFailure(WebTestDescription description, Throwable failure) Called on test finished with an assertion failure.voidAbstractWebTestListener.testFinished(WebTestDescription description) voidCompositeSuiteListener.testFinished(WebTestDescription test) voidTomcatShutdownListener.testFinished(WebTestDescription test) voidWebTestListener.testFinished(WebTestDescription description) Called on finished web test.voidAbstractWebTestListener.testStarted(WebTestDescription description) voidCompositeSuiteListener.testStarted(WebTestDescription test) voidTomcatShutdownListener.testStarted(WebTestDescription test) voidWebTestListener.testStarted(WebTestDescription description) Called on start of a single web test. -
Uses of WebTestDescription in com.atlassian.jira.functest.framework.suite
Classes in com.atlassian.jira.functest.framework.suite that implement WebTestDescriptionModifier and TypeClassDescriptionclassWebTestDescriptionbased on the JUnit4Description.classWebTestDescriptionbased on the JUnit 5 / JUnit Jupiter TestIdentifierTestIdentifier.Fields in com.atlassian.jira.functest.framework.suite with type parameters of type WebTestDescriptionModifier and TypeFieldDescriptionstatic com.google.common.base.Function<org.junit.runner.Description, WebTestDescription> JUnit4WebTestDescription.TRANSFORMERMethods in com.atlassian.jira.functest.framework.suite that return types with arguments of type WebTestDescriptionModifier and TypeMethodDescriptionJUnit4WebTestDescription.children()JUnit5TestWebTestDescription.children()WebTestDescriptionList.list()The original list of descriptions.WebTestDescriptionList.singleTests()Constructors in com.atlassian.jira.functest.framework.suite with parameters of type WebTestDescriptionConstructor parameters in com.atlassian.jira.functest.framework.suite with type arguments of type WebTestDescription -
Uses of WebTestDescription in com.atlassian.jira.pageobjects.config.junit4
Methods in com.atlassian.jira.pageobjects.config.junit4 with parameters of type WebTestDescriptionModifier and TypeMethodDescriptionvoidLogTestInformationListener.suiteFinished(WebTestDescription suiteDescription) voidLogTestInformationListener.suiteStarted(WebTestDescription suiteDescription) voidLogTestInformationListener.testError(WebTestDescription description, Throwable error) voidLogTestInformationListener.testFailure(WebTestDescription description, Throwable failure) voidLogTestInformationListener.testFinished(WebTestDescription description) voidLogTestInformationListener.testStarted(WebTestDescription description) -
Uses of WebTestDescription in com.atlassian.jira.webtest.capture
Methods in com.atlassian.jira.webtest.capture with parameters of type WebTestDescriptionModifier and TypeMethodDescriptionvoidFFMpegSuiteListener.suiteFinished(WebTestDescription suiteDescription) voidFFMpegSuiteListener.suiteStarted(WebTestDescription suiteDescription) voidFFMpegSuiteListener.testError(WebTestDescription test, Throwable throwable) voidFFMpegSuiteListener.testFailure(WebTestDescription test, Throwable assertionFailedError) voidFFMpegSuiteListener.testFinished(WebTestDescription test) voidFFMpegSuiteListener.testStarted(WebTestDescription test) Constructor parameters in com.atlassian.jira.webtest.capture with type arguments of type WebTestDescription