java.lang.Object | ||
↳ | com.atlassian.jira.functest.framework.locator.AbstractLocator | |
↳ | com.atlassian.jira.functest.framework.locator.AggregateLocator |
AggregateLocator will "aggregate" together the results of the provided Locator
s
NOTE : Locator
s are one shot objects. A call to getNodes()
should return the same Nodes every time it is called. Even if the underlying
data source has changed (for example the WebTester page has changed) the Locator
MUST return the same data.
[Expand]
Inherited Fields | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an agggregate of the firstLocator and the secondLocator
| |||||||||||
Aggregates together the values of the specified array of
Locator s |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
A
Locator may return 0 nodes, 1 node or multiple nodes. | |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||||||||||
![]()
|
Creates an agggregate of the firstLocator and the secondLocator
firstLocator | the first Locator to aggregate |
---|---|
secondLocator | the second Locator to aggregate |
Aggregates together the values of the specified array of Locator
s
locators | must be non null and have a lenght > 0 and have non null array Locator members |
---|
A Locator
may return 0 nodes, 1 node or multiple nodes.