|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DelayedBinder | |
|---|---|
| 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 DelayedBinder in com.atlassian.pageobjects |
|---|
| Methods in com.atlassian.pageobjects that return DelayedBinder | ||
|---|---|---|
|
PageBinder.delayedBind(java.lang.Class<P> pageClass,
java.lang.Object... args)
Creates a delayed binder that gives the caller full control over the lifecycle of the page object. |
|
DelayedBinder<T> |
DelayedBinder.inject()
Instantiates, injects, and initialises the page object, but doesn't execute its lifecycle methods. |
|
DelayedBinder<T> |
DelayedBinder.validateState()
Builds, waits for, and validates the state of the page object |
|
DelayedBinder<T> |
DelayedBinder.waitUntil()
Builds the page object and executes its waitfor lifecycle methods |
|
| Uses of DelayedBinder in com.atlassian.pageobjects.binder |
|---|
| Methods in com.atlassian.pageobjects.binder that return DelayedBinder | ||
|---|---|---|
|
InjectPageBinder.delayedBind(java.lang.Class<P> pageClass,
java.lang.Object... args)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||