Uses of Class
com.atlassian.confluence.pageobjects.ConfluenceTestedProduct

Packages that use ConfluenceTestedProduct
com.atlassian.confluence.pageobjects   
com.atlassian.confluence.pageobjects.component.macro   
com.atlassian.confluence.qunit   
com.atlassian.confluence.qunit.pageobjects   
com.atlassian.confluence.sanity   
com.atlassian.confluence.webdriver   
 

Uses of ConfluenceTestedProduct in com.atlassian.confluence.pageobjects
 

Methods in com.atlassian.confluence.pageobjects that return ConfluenceTestedProduct
 ConfluenceTestedProduct ConfluenceTestedProduct.refresh()
          Make the underlying driver refresh the current page, e.g.
 

Uses of ConfluenceTestedProduct in com.atlassian.confluence.pageobjects.component.macro
 

Methods in com.atlassian.confluence.pageobjects.component.macro with parameters of type ConfluenceTestedProduct
static List<StatusMacro> StatusMacro.locate(ConfluenceTestedProduct product)
          Locates all status macros on the current page.
static com.atlassian.pageobjects.elements.PageElement UserProfileMacro.locateNoUserDiv(ConfluenceTestedProduct product)
           
static UserProfileMacro UserProfileMacro.locateUserMacro(ConfluenceTestedProduct product, String username)
           
 

Uses of ConfluenceTestedProduct in com.atlassian.confluence.qunit
 

Methods in com.atlassian.confluence.qunit with parameters of type ConfluenceTestedProduct
protected  com.atlassian.confluence.qunit.QUnitWebDriverEnvironmentCreator AtlassianQUnitWebDriverTestSuite.getEnvironmentCreator(ConfluenceTestedProduct product)
           
protected  QUnitTestProduct QUnitQuickEditEditorWebDriverTestSuite.wrapTestProduct(ConfluenceTestedProduct product)
           
protected  QUnitTestProduct QUnitQuickCommentEditorWebDriverTestSuite.wrapTestProduct(ConfluenceTestedProduct product)
           
protected  QUnitTestProduct AtlassianQUnitWebDriverTestSuite.wrapTestProduct(ConfluenceTestedProduct product)
           
protected  QUnitTestProduct QUnitEditorWebDriverTestSuite.wrapTestProduct(ConfluenceTestedProduct product)
           
protected  QUnitTestProduct QUnitViewPageWebDriverTestSuite.wrapTestProduct(ConfluenceTestedProduct product)
           
 

Uses of ConfluenceTestedProduct in com.atlassian.confluence.qunit.pageobjects
 

Constructors in com.atlassian.confluence.qunit.pageobjects with parameters of type ConfluenceTestedProduct
AtlassianQUnitTestedProduct(ConfluenceTestedProduct product)
           
DelegatingQUnitTestProduct(ConfluenceTestedProduct product, Class<? extends QUnitTestPage> testPage)
          Create a test product that delegates to another.
EditorTestedProduct(ConfluenceTestedProduct product)
           
QuickEditorTestedProduct(ConfluenceTestedProduct product)
           
QuickViewPageTestedProduct(ConfluenceTestedProduct product)
           
 

Uses of ConfluenceTestedProduct in com.atlassian.confluence.sanity
 

Fields in com.atlassian.confluence.sanity declared as ConfluenceTestedProduct
 ConfluenceTestedProduct AbstractWebDriverSanityTest.product
           
 

Uses of ConfluenceTestedProduct in com.atlassian.confluence.webdriver
 

Fields in com.atlassian.confluence.webdriver declared as ConfluenceTestedProduct
 ConfluenceTestedProduct AbstractWebDriverTest.product
          Deprecated.  
 ConfluenceTestedProduct AbstractInjectableWebDriverTest.product
           
protected static ConfluenceTestedProduct AbstractEditorWebDriverTest.product
           
protected static ConfluenceTestedProduct AbstractEditorContentWebDriverTest.product
           
 

Methods in com.atlassian.confluence.webdriver with parameters of type ConfluenceTestedProduct
static void WebdriverTestSessionInitializer.prepareConfluenceForTesting(Class<?> testClass, org.junit.rules.TestName name, ConfluenceTestedProduct product, ConfluenceRpc rpc, ServerStateManager serverStateManager)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.