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

Packages that use WebTestListener
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.dump   
com.atlassian.jira.functest.framework.suite   
com.atlassian.jira.hallelujah   
com.atlassian.jira.pageobjects.config.junit4   
com.atlassian.jira.webtest.capture   
com.atlassian.jira.webtest.webdriver.setup   
 

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

Classes in com.atlassian.jira.functest.framework that implement WebTestListener
 class AbstractWebTestListener
          Abstract, no-op implementation of WebTestListener.
 class CompositeSuiteListener
           
 class JiraTestWatchDog
          This class basically listens to tests and fires a callback if a test does not complete with the configured time.
 class TomcatShutdownListener
           
 

Methods in com.atlassian.jira.functest.framework that return WebTestListener
static WebTestListener CompositeSuiteListener.of(WebTestListener... listeners)
           
static WebTestListener CompositeSuiteListener.of(WebTestListener listener)
           
 

Methods in com.atlassian.jira.functest.framework with parameters of type WebTestListener
static WebTestListener CompositeSuiteListener.of(WebTestListener... listeners)
           
static WebTestListener CompositeSuiteListener.of(WebTestListener listener)
           
 

Constructors in com.atlassian.jira.functest.framework with parameters of type WebTestListener
JUnit3WebTestListener(WebTestListener listener)
           
SuiteListenerWrapper(junit.framework.Test delegate, WebTestListener listener)
           
 

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

Classes in com.atlassian.jira.functest.framework.dump that implement WebTestListener
 class FuncTestTimingsListener
          Listens for suite events and dumps timings to a file
 

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

Methods in com.atlassian.jira.functest.framework.suite that return WebTestListener
 WebTestListener JUnit4WebTestListener.webTestListener()
           
 

Methods in com.atlassian.jira.functest.framework.suite that return types with arguments of type WebTestListener
protected  Iterable<WebTestListener> WebTestSuiteRunner.listeners()
          A list of listeners to apply for this suite
 

Constructors in com.atlassian.jira.functest.framework.suite with parameters of type WebTestListener
JUnit4WebTestListener(WebTestListener listener)
           
 

Uses of WebTestListener in com.atlassian.jira.hallelujah
 

Constructors in com.atlassian.jira.hallelujah with parameters of type WebTestListener
WebTestListenerToClientListenerAdapter(WebTestListener listener)
           
 

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

Classes in com.atlassian.jira.pageobjects.config.junit4 that implement WebTestListener
 class LogTestInformationListener
          A WebTestListener that logs information about running tests.
 

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

Classes in com.atlassian.jira.webtest.capture that implement WebTestListener
 class FFMpegSuiteListener
          Listens to the selenium tests and records them.
 

Uses of WebTestListener in com.atlassian.jira.webtest.webdriver.setup
 

Methods in com.atlassian.jira.webtest.webdriver.setup that return types with arguments of type WebTestListener
protected  Iterable<WebTestListener> LocalSuiteRunner.listeners()
           
 Iterable<WebTestListener> SuiteTestListenerProvider.listeners()
           
protected  Iterable<WebTestListener> EnvironmentAwareSuiteRunner.listeners()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.