Uses of Interface
com.atlassian.pageobjects.Tester

Packages that use Tester
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 Tester in com.atlassian.pageobjects
 

Classes in com.atlassian.pageobjects with type parameters of type Tester
 interface TestedProduct<T extends Tester>
          The product being tested.
static class TestedProductFactory.SingletonTesterFactory<T extends Tester>
          A factory that always returns the same Tester
 

Uses of Tester in com.atlassian.pageobjects.binder
 

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



Copyright © 2013 Atlassian. All Rights Reserved.