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.
  • Constructor Summary

    Constructors
    Constructor
    Description
    CrowdTestedProduct(com.atlassian.pageobjects.TestedProductFactory.TesterFactory<com.atlassian.webdriver.pageobjects.WebDriverTester> testerFactory, com.atlassian.pageobjects.ProductInstance productInstance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.pageobjects.PageBinder
     
    com.atlassian.pageobjects.ProductInstance
     
    com.atlassian.webdriver.pageobjects.WebDriverTester
     
    <P extends com.atlassian.pageobjects.Page>
    P
    visit(Class<P> pageClass, Object... args)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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>