Uses of Interface
com.atlassian.jira.functest.framework.assertions.Assertions

Packages that use Assertions
com.atlassian.jira.functest.framework   
com.atlassian.jira.functest.framework.admin   
com.atlassian.jira.functest.framework.assertions   
com.atlassian.jira.webtests   
 

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

Fields in com.atlassian.jira.functest.framework declared as Assertions
protected  Assertions FuncTestCase.assertions
          Use this field to access the Assertions helper in play
 

Methods in com.atlassian.jira.functest.framework that return Assertions
 Assertions FuncTestCase.getAssertions()
           
protected  Assertions AbstractFuncTestUtil.getAssertions()
           
 Assertions FuncTestHelperFactory.getAssertions()
           
 

Constructors in com.atlassian.jira.functest.framework with parameters of type Assertions
AdministrationImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation, Assertions assertions)
          Note: if you need to construct this for an old-style JIRAWebTest, you may want to consider using FuncTestHelperFactory instead.
 

Uses of Assertions in com.atlassian.jira.functest.framework.admin
 

Constructors in com.atlassian.jira.functest.framework.admin with parameters of type Assertions
CvsModulesImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation, Assertions assertions)
           
ProjectImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Navigation navigation, Assertions assertions, AsynchronousTasks asynchronousTasks)
           
 

Uses of Assertions in com.atlassian.jira.functest.framework.assertions
 

Classes in com.atlassian.jira.functest.framework.assertions that implement Assertions
 class AssertionsImpl
          Implementation of Assertions
 

Constructors in com.atlassian.jira.functest.framework.assertions with parameters of type Assertions
UserAssertions(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, Assertions assertions)
           
ViewIssueAssertions(net.sourceforge.jwebunit.WebTester tester, Assertions assertions, JIRAEnvironmentData environmentData)
           
 

Uses of Assertions in com.atlassian.jira.webtests
 

Fields in com.atlassian.jira.webtests declared as Assertions
protected  Assertions JIRAWebTest.assertions
          Deprecated. Use this field to access the Assertions helper in play
 

Methods in com.atlassian.jira.webtests that return Assertions
protected  Assertions JIRAWebTest.getAssertions()
          Deprecated.  
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.