Uses of Interface
com.atlassian.jira.functest.framework.WebTestDescription

Packages that use WebTestDescription
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.dump   
com.atlassian.jira.functest.framework.suite   
com.atlassian.jira.pageobjects.config.junit4   
com.atlassian.jira.webtest.capture   
 

Uses of WebTestDescription in com.atlassian.jira.functest.framework
 

Classes in com.atlassian.jira.functest.framework that implement WebTestDescription
 class JUnit3WebTestDescription
          WebTestDescription based on the JUnit4 Description.
 

Fields in com.atlassian.jira.functest.framework with type parameters of type WebTestDescription
static com.google.common.base.Function<junit.framework.Test,WebTestDescription> JUnit3WebTestDescription.TRANSFORMER
           
 

Methods in com.atlassian.jira.functest.framework that return types with arguments of type WebTestDescription
 Iterable<WebTestDescription> JUnit3WebTestDescription.children()
           
 Iterable<WebTestDescription> WebTestDescription.children()
          Descriptions of child tests.
 

Methods in com.atlassian.jira.functest.framework with parameters of type WebTestDescription
 Void WatchdogLoggingCallback.apply(WebTestDescription test)
           
 void JiraTestWatchDog.suiteFinished(WebTestDescription suiteDescription)
           
 void CompositeSuiteListener.suiteFinished(WebTestDescription suiteDescription)
           
 void TomcatShutdownListener.suiteFinished(WebTestDescription suiteDescription)
           
 void AbstractWebTestListener.suiteFinished(WebTestDescription suiteDescription)
           
 void WebTestListener.suiteFinished(WebTestDescription suiteDescription)
          Called when the whole web test suite is going finishing.
 void JiraTestWatchDog.suiteStarted(WebTestDescription suiteDescription)
           
 void CompositeSuiteListener.suiteStarted(WebTestDescription suiteDescription)
           
 void TomcatShutdownListener.suiteStarted(WebTestDescription suiteDescription)
           
 void AbstractWebTestListener.suiteStarted(WebTestDescription suiteDescription)
           
 void WebTestListener.suiteStarted(WebTestDescription suiteDescription)
          Called when the whole web test suite is going to start.
 void JiraTestWatchDog.testError(WebTestDescription description, Throwable t)
           
 void CompositeSuiteListener.testError(WebTestDescription test, Throwable t)
           
 void TomcatShutdownListener.testError(WebTestDescription description, Throwable t)
           
 void AbstractWebTestListener.testError(WebTestDescription description, Throwable error)
           
 void WebTestListener.testError(WebTestDescription description, Throwable error)
          Called when test ends with an error
 void JiraTestWatchDog.testFailure(WebTestDescription test, Throwable t)
           
 void CompositeSuiteListener.testFailure(WebTestDescription test, Throwable t)
           
 void TomcatShutdownListener.testFailure(WebTestDescription description, Throwable t)
           
 void AbstractWebTestListener.testFailure(WebTestDescription description, Throwable failure)
           
 void WebTestListener.testFailure(WebTestDescription description, Throwable failure)
          Called on test finished with an assertion failure.
 void JiraTestWatchDog.testFinished(WebTestDescription test)
           
 void CompositeSuiteListener.testFinished(WebTestDescription test)
           
 void TomcatShutdownListener.testFinished(WebTestDescription test)
           
 void AbstractWebTestListener.testFinished(WebTestDescription description)
           
 void WebTestListener.testFinished(WebTestDescription description)
          Called on finished web test.
 void JiraTestWatchDog.testStarted(WebTestDescription test)
           
 void CompositeSuiteListener.testStarted(WebTestDescription test)
           
 void TomcatShutdownListener.testStarted(WebTestDescription test)
           
 void AbstractWebTestListener.testStarted(WebTestDescription description)
           
 void WebTestListener.testStarted(WebTestDescription description)
          Called on start of a single web test.
 

Constructor parameters in com.atlassian.jira.functest.framework with type arguments of type WebTestDescription
JiraTestWatchDog(com.google.common.base.Predicate<WebTestDescription> monitorPredicate, long timeout, long repeatDelay, TimeUnit unit, int repeatMax, com.google.common.base.Function<WebTestDescription,?> timeoutCallable)
          Create a watchdog that will watch the tests and fire the passed callback for any tests that do not complete within the specified amount of time.
JiraTestWatchDog(com.google.common.base.Predicate<WebTestDescription> monitorPredicate, long timeout, long repeatDelay, TimeUnit unit, int repeatMax, com.google.common.base.Function<WebTestDescription,?> timeoutCallable)
          Create a watchdog that will watch the tests and fire the passed callback for any tests that do not complete within the specified amount of time.
 

Uses of WebTestDescription in com.atlassian.jira.functest.framework.dump
 

Methods in com.atlassian.jira.functest.framework.dump with parameters of type WebTestDescription
 void FuncTestTimingsListener.suiteFinished(WebTestDescription suiteDescription)
           
 void FuncTestTimingsListener.suiteStarted(WebTestDescription suiteDescription)
           
 void FuncTestTimingsListener.testError(WebTestDescription test, Throwable t)
           
 void FuncTestTimingsListener.testFailure(WebTestDescription test, Throwable t)
           
 void FuncTestTimingsListener.testFinished(WebTestDescription test)
           
 void FuncTestTimingsListener.testStarted(WebTestDescription test)
           
 

Uses of WebTestDescription in com.atlassian.jira.functest.framework.suite
 

Classes in com.atlassian.jira.functest.framework.suite that implement WebTestDescription
 class JUnit4WebTestDescription
          WebTestDescription based on the JUnit4 Description.
 

Fields in com.atlassian.jira.functest.framework.suite with type parameters of type WebTestDescription
static com.google.common.base.Function<org.junit.runner.Description,WebTestDescription> JUnit4WebTestDescription.TRANSFORMER
           
 

Methods in com.atlassian.jira.functest.framework.suite that return types with arguments of type WebTestDescription
 Iterable<WebTestDescription> JUnit4WebTestDescription.children()
           
 List<WebTestDescription> WebTestDescriptionList.list()
          The original list of descriptions.
 List<WebTestDescription> WebTestDescriptionList.singleTests()
           
 

Constructors in com.atlassian.jira.functest.framework.suite with parameters of type WebTestDescription
WebTestDescriptionList(WebTestDescription... descriptions)
           
 

Constructor parameters in com.atlassian.jira.functest.framework.suite with type arguments of type WebTestDescription
WebTestDescriptionList(Iterable<WebTestDescription> descriptions)
           
 

Uses of WebTestDescription in com.atlassian.jira.pageobjects.config.junit4
 

Methods in com.atlassian.jira.pageobjects.config.junit4 with parameters of type WebTestDescription
 void LogTestInformationListener.suiteFinished(WebTestDescription suiteDescription)
           
 void LogTestInformationListener.suiteStarted(WebTestDescription suiteDescription)
           
 void LogTestInformationListener.testError(WebTestDescription description, Throwable error)
           
 void LogTestInformationListener.testFailure(WebTestDescription description, Throwable failure)
           
 void LogTestInformationListener.testFinished(WebTestDescription description)
           
 void LogTestInformationListener.testStarted(WebTestDescription description)
           
 

Uses of WebTestDescription in com.atlassian.jira.webtest.capture
 

Methods in com.atlassian.jira.webtest.capture with parameters of type WebTestDescription
 void FFMpegSuiteListener.suiteFinished(WebTestDescription suiteDescription)
           
 void FFMpegSuiteListener.suiteStarted(WebTestDescription suiteDescription)
           
 void FFMpegSuiteListener.testError(WebTestDescription test, Throwable throwable)
           
 void FFMpegSuiteListener.testFailure(WebTestDescription test, Throwable assertionFailedError)
           
 void FFMpegSuiteListener.testFinished(WebTestDescription test)
           
 void FFMpegSuiteListener.testStarted(WebTestDescription test)
           
 

Constructor parameters in com.atlassian.jira.webtest.capture with type arguments of type WebTestDescription
FFMpegSuiteListener(com.google.common.base.Predicate<WebTestDescription> shouldRecord)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.