|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||