Uses of Interface
com.atlassian.pageobjects.ProductInstance

Packages that use ProductInstance
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. 
 

Uses of ProductInstance in com.atlassian.pageobjects
 

Classes in com.atlassian.pageobjects that implement ProductInstance
 class DefaultProductInstance
          Default implementation of ProductInstance.
 

Methods in com.atlassian.pageobjects that return ProductInstance
 ProductInstance TestedProduct.getProductInstance()
           
 

Methods in com.atlassian.pageobjects with parameters of type ProductInstance
static
<P extends TestedProduct<?>>
P
TestedProductFactory.create(java.lang.Class<P> testedProductClass, ProductInstance productInstance, TestedProductFactory.TesterFactory<?> testerFactory)
          Creates a tested product using the passed tester factory and product instance.
 

Uses of ProductInstance in com.atlassian.pageobjects.binder
 

Constructors in com.atlassian.pageobjects.binder with parameters of type ProductInstance
InjectPageBinder(ProductInstance productInstance, Tester tester, com.google.inject.Module... modules)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.