|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestedProduct | |
|---|---|
| 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. |
| com.atlassian.pageobjects.util | Utilities to be used when implementing page objects and extensions to the page object api |
| Uses of TestedProduct in com.atlassian.pageobjects |
|---|
| Methods in com.atlassian.pageobjects with type parameters of type TestedProduct | ||
|---|---|---|
static
|
TestedProductFactory.create(java.lang.Class<P> testedProductClass)
Creates a tested product, allowing the instance to choose its own default Tester and instance id |
|
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. |
|
static
|
TestedProductFactory.fromFactory(java.lang.Class<T> productClass)
|
|
| Methods in com.atlassian.pageobjects that return TestedProduct | |
|---|---|
static TestedProduct<?> |
TestedProductFactory.create(java.lang.String testedProductClass)
Creates a tested product, allowing the instance to choose its own default Tester and instance id |
| Uses of TestedProduct in com.atlassian.pageobjects.binder |
|---|
| Constructors in com.atlassian.pageobjects.binder with parameters of type TestedProduct | |
|---|---|
StandardModule(TestedProduct testedProduct)
|
|
| Uses of TestedProduct in com.atlassian.pageobjects.util |
|---|
| Methods in com.atlassian.pageobjects.util with parameters of type TestedProduct | |
|---|---|
static ConfigurableInjectionContext |
InjectingTestedProducts.asConfigurableInjectionContext(TestedProduct<?> product)
Returns configurable injection context associated with given product. |
static InjectionContext |
InjectingTestedProducts.asInjectionContext(TestedProduct<?> product)
Returns injection context associated with given product. |
static boolean |
InjectingTestedProducts.supportsConfigurableInjection(TestedProduct<?> product)
Checks whether given product supports injection. |
static boolean |
InjectingTestedProducts.supportsInjection(TestedProduct<?> product)
Checks whether given product supports injection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||