Class CrowdTestedProduct

java.lang.Object
com.atlassian.crowd.pageobjects.CrowdTestedProduct
All Implemented Interfaces:
com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>

public class CrowdTestedProduct extends Object implements com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
CrowdTestedProduct (or TestedProduct<…>) contains the configuration of the product for testing with PageObjects, especially the base URL that is used to execute the tests.
  • Field Details

  • Constructor Details

    • CrowdTestedProduct

      public CrowdTestedProduct(com.atlassian.pageobjects.TestedProductFactory.TesterFactory<com.atlassian.webdriver.pageobjects.WebDriverTester> testerFactory, com.atlassian.pageobjects.ProductInstance productInstance)
  • Method Details

    • visit

      public <P extends com.atlassian.pageobjects.Page> P visit(Class<P> pageClass, Object... args)
      Specified by:
      visit in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
    • getPageBinder

      public com.atlassian.pageobjects.PageBinder getPageBinder()
      Specified by:
      getPageBinder in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
    • getProductInstance

      public com.atlassian.pageobjects.ProductInstance getProductInstance()
      Specified by:
      getProductInstance in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
    • getTester

      public com.atlassian.webdriver.pageobjects.WebDriverTester getTester()
      Specified by:
      getTester in interface com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>