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