Uses of Interface
com.atlassian.pageobjects.TestedProductFactory.TesterFactory

Packages that use TestedProductFactory.TesterFactory
com.atlassian.pageobjects The API for creating and interacting with page objects for functional tests. 
 

Uses of TestedProductFactory.TesterFactory in com.atlassian.pageobjects
 

Classes in com.atlassian.pageobjects that implement TestedProductFactory.TesterFactory
static class TestedProductFactory.SingletonTesterFactory<T extends Tester>
          A factory that always returns the same Tester
 

Methods in com.atlassian.pageobjects with parameters of type TestedProductFactory.TesterFactory
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.
static
<P extends TestedProduct<?>>
P
TestedProductFactory.create(java.lang.Class<P> testedProductClass, java.lang.String instanceId, TestedProductFactory.TesterFactory<?> testerFactory)
          Creates a tested product using the passed tester factory and instance id.
 



Copyright © 2013 Atlassian. All Rights Reserved.