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, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData, TextAssertions text, int logIndentLevel)
           
 

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
protected  TextAssertions IssueNavigatorAssertionsImpl.getTextAssertions()
           
 TextAssertions AssertionsImpl.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, com.atlassian.jira.webtests.util.JIRAEnvironmentData environmentData)
           
 

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)
           
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-2011 Atlassian. All Rights Reserved.