Uses of Package
com.atlassian.pageobjects

Packages that use com.atlassian.pageobjects
com.atlassian.pageobjects The API for creating and interacting with page objects for functional tests. 
com.atlassian.pageobjects.binder The default binder implementation, InjectPageBinder, supporting javax.inject.Inject annotations and lifecycle methods. 
com.atlassian.pageobjects.component Common components to be implemented by all products 
com.atlassian.pageobjects.page Common pages to be implemented by all products 
com.atlassian.pageobjects.util Utilities to be used when implementing page objects and extensions to the page object api 
 

Classes in com.atlassian.pageobjects used by com.atlassian.pageobjects
DelayedBinder
          A delayed binder that gives the caller full control over the creation and lifecycle of the page object.
Page
          The implementation for a PageObject
PageBinder
          Creates and binds the page objects to the page.
ProductInstance
          Encapsulates information about the product instance being tested.
TestedProduct
          The product being tested.
TestedProductFactory.TesterFactory
          A factory for Tester instances
Tester
          Abstracts the technology that can drive the browser.
 

Classes in com.atlassian.pageobjects used by com.atlassian.pageobjects.binder
DelayedBinder
          A delayed binder that gives the caller full control over the creation and lifecycle of the page object.
Page
          The implementation for a PageObject
PageBinder
          Creates and binds the page objects to the page.
ProductInstance
          Encapsulates information about the product instance being tested.
TestedProduct
          The product being tested.
Tester
          Abstracts the technology that can drive the browser.
 

Classes in com.atlassian.pageobjects used by com.atlassian.pageobjects.component
Page
          The implementation for a PageObject
 

Classes in com.atlassian.pageobjects used by com.atlassian.pageobjects.page
Page
          The implementation for a PageObject
 

Classes in com.atlassian.pageobjects used by com.atlassian.pageobjects.util
TestedProduct
          The product being tested.
 



Copyright © 2013 Atlassian. All Rights Reserved.