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   
 

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)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.