org.jboss.arquillian.ajocado.locator
Class IdentifierLocator
java.lang.Object
org.jboss.arquillian.ajocado.locator.AbstractLocator<T>
org.jboss.arquillian.ajocado.locator.AbstractElementLocator<IdentifierLocator>
org.jboss.arquillian.ajocado.locator.IdentifierLocator
- All Implemented Interfaces:
- ElementLocator<IdentifierLocator>, Locator<IdentifierLocator>
public class IdentifierLocator
- extends AbstractElementLocator<IdentifierLocator>
Locates the element with the specified @id attribute. If no match is found, select the first element whose
@name attribute is id.
- Version:
- $Revision$
- Author:
- Lukas Fryc
IdentifierLocator
public IdentifierLocator(String idOrName)
getLocationStrategy
public ElementLocationStrategy getLocationStrategy()
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.