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

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

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

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

Methods in com.atlassian.jira.functest.framework that return TextAssertions
 TextAssertions FuncTestHelperFactory.getTextAssertions()
           
 

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

Constructors in com.atlassian.jira.functest.framework.admin with parameters of type TextAssertions
UsersAndGroupsImpl(net.sourceforge.jwebunit.WebTester tester, Navigation navigation, TextAssertions text, LocatorFactory locators)
           
 

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

Classes in com.atlassian.jira.functest.framework.assertions that implement TextAssertions
 class TextAssertionsImpl
          An implementation of the TextAssertions
 

Methods in com.atlassian.jira.functest.framework.assertions that return TextAssertions
 TextAssertions AssertionsImpl.getTextAssertions()
           
protected  TextAssertions IssueNavigatorAssertionsImpl.getTextAssertions()
           
 TextAssertions Assertions.getTextAssertions()
           
 

Constructors in com.atlassian.jira.functest.framework.assertions with parameters of type TextAssertions
JiraFormAssertionsImpl(TextAssertions textAssertions, net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData)
           
JiraMessageAssertionsImpl(net.sourceforge.jwebunit.WebTester tester, JIRAEnvironmentData environmentData, LocatorFactory locator, TextAssertions textAssertions)
           
 

Uses of TextAssertions in com.atlassian.jira.functest.framework.navigator
 

Constructors in com.atlassian.jira.functest.framework.navigator with parameters of type TextAssertions
ContainsIssueKeysCondition(TextAssertions assertions, String... issueKeys)
           
DoesNotContainIssueKeyCondition(TextAssertions text, String issueKey)
           
NumberOfIssuesCondition(TextAssertions assertions, Integer numberOfIssues)
           
 

Uses of TextAssertions in com.atlassian.jira.webtests
 

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



Copyright © 2002-2012 Atlassian. All Rights Reserved.