Uses of Class
com.atlassian.jira.functest.framework.FuncTestWebClientListener

Packages that use FuncTestWebClientListener
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.dump   
com.atlassian.jira.functest.framework.setup   
com.atlassian.jira.webtests   
 

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

Methods in com.atlassian.jira.functest.framework that return FuncTestWebClientListener
 FuncTestWebClientListener FuncTestCase.getWebClientListener()
           
 

Constructors in com.atlassian.jira.functest.framework with parameters of type FuncTestWebClientListener
FuncTestCaseJiraSetup(junit.framework.TestCase testCase, net.sourceforge.jwebunit.WebTester tester, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, Navigation navigation, FuncTestWebClientListener webClientListener, boolean skipSetup)
          Call this in your TestCase setUp() method to setup JIRA from the WebTester point of view.
 

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

Methods in com.atlassian.jira.functest.framework.dump that return FuncTestWebClientListener
static FuncTestWebClientListener ArtifactDumper.getFuncTestWebClientListener(junit.framework.TestCase testCase)
           
 

Methods in com.atlassian.jira.functest.framework.dump with parameters of type FuncTestWebClientListener
static String TestInformationKit.getEndMsg(junit.framework.TestCase testCase, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener)
           
static String TestInformationKit.getEndMsg(junit.framework.TestCase testCase, String tenant, long runtimeMS, FuncTestWebClientListener webClientListener, Throwable problemT)
           
 

Uses of FuncTestWebClientListener in com.atlassian.jira.functest.framework.setup
 

Methods in com.atlassian.jira.functest.framework.setup with parameters of type FuncTestWebClientListener
 void JiraSetupInstanceHelper.ensureJIRAIsReadyToGo(FuncTestWebClientListener webClientListener)
           
 

Uses of FuncTestWebClientListener in com.atlassian.jira.webtests
 

Methods in com.atlassian.jira.webtests that return FuncTestWebClientListener
 FuncTestWebClientListener JIRAWebTest.getWebClientListener()
          Deprecated.  
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.