| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.locator.element |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CompoundableLocator<T extends CompoundableLocator<T>>
Defines element locators which can be used to derive child and generally descendant elements by given locator by
composition by composition.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedLocator<T extends ExtendedLocator<T>>
Locator which is iterable and compoundable - it means you can iterate through it's descendants (
IterableLocator) and can derive it's descendants using composition of locators (CompoundableLocator). |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.