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   
 

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 CompositeSuiteListener.suiteFinished(WebTestDescription suiteDescription)
           
 void AbstractWebTestListener.suiteFinished(WebTestDescription suiteDescription)
           
 void TomcatShutdownListener.suiteFinished(WebTestDescription suiteDescription)
           
 void JiraTestWatchDog.suiteFinished(WebTestDescription suiteDescription)
           
 void WebTestListener.suiteFinished(WebTestDescription suiteDescription)
          Called when the whole web test suite is going finishing.
 void CompositeSuiteListener.suiteStarted(WebTestDescription suiteDescription)
           
 void AbstractWebTestListener.suiteStarted(WebTestDescription suiteDescription)
           
 void TomcatShutdownListener.suiteStarted(WebTestDescription suiteDescription)
           
 void JiraTestWatchDog.suiteStarted(WebTestDescription suiteDescription)
           
 void WebTestListener.suiteStarted(WebTestDescription suiteDescription)
          Called when the whole web test suite is going to start.
 void CompositeSuiteListener.testError(WebTestDescription test, Throwable t)
           
 void AbstractWebTestListener.testError(WebTestDescription description, Throwable error)
           
 void TomcatShutdownListener.testError(WebTestDescription description, Throwable t)
           
 void JiraTestWatchDog.testError(WebTestDescription description, Throwable t)
           
 void WebTestListener.testError(WebTestDescription description, Throwable error)
          Called when test ends with an error
 void CompositeSuiteListener.testFailure(WebTestDescription test, Throwable t)
           
 void AbstractWebTestListener.testFailure(WebTestDescription description, Throwable failure)
           
 void TomcatShutdownListener.testFailure(WebTestDescription description, Throwable t)
           
 void JiraTestWatchDog.testFailure(WebTestDescription test, Throwable t)
           
 void WebTestListener.testFailure(WebTestDescription description, Throwable failure)
          Called on test finished with an assertion failure.
 void CompositeSuiteListener.testFinished(WebTestDescription test)
           
 void AbstractWebTestListener.testFinished(WebTestDescription description)
           
 void TomcatShutdownListener.testFinished(WebTestDescription test)
           
 void JiraTestWatchDog.testFinished(WebTestDescription test)
           
 void WebTestListener.testFinished(WebTestDescription description)
          Called on finished web test.
 void CompositeSuiteListener.testStarted(WebTestDescription test)
           
 void AbstractWebTestListener.testStarted(WebTestDescription description)
           
 void TomcatShutdownListener.testStarted(WebTestDescription test)
           
 void JiraTestWatchDog.testStarted(WebTestDescription test)
           
 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 ScreenshotListener.testError(WebTestDescription description, Throwable error)
           
 void LogPageSourceListener.testError(WebTestDescription description, Throwable error)
           
 void DumpPageSourceListener.testError(WebTestDescription description, Throwable error)
           
 void LogTestInformationListener.testFailure(WebTestDescription description, Throwable failure)
           
 void ScreenshotListener.testFailure(WebTestDescription description, Throwable failure)
           
 void LogPageSourceListener.testFailure(WebTestDescription description, Throwable failure)
           
 void DumpPageSourceListener.testFailure(WebTestDescription description, Throwable failure)
           
 void LogTestInformationListener.testFinished(WebTestDescription description)
           
 void LogTestInformationListener.testStarted(WebTestDescription description)
           
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.