[arquillian-issues] [JBoss JIRA] (ARQGRA-236) Made @FindBy annotation lookup mechanism extensible

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Wed Dec 12 05:18:17 EST 2012


Lukáš Fryč created ARQGRA-236:
---------------------------------

             Summary: Made @FindBy annotation lookup mechanism extensible
                 Key: ARQGRA-236
                 URL: https://issues.jboss.org/browse/ARQGRA-236
             Project: Arquillian Graphene
          Issue Type: Enhancement
            Reporter: Lukáš Fryč
            Assignee: Juraj Húska
            Priority: Minor
             Fix For: 2.0.0.Alpha3


Consider following:

{code:java}
@FindByJSF("button")
WebElement loginButton;

@WebElementLookup(strategy=JSFLookupStrategy.class)
public @interface FindByJSF {
   public String value() default INFER;
}
{code}

This way, extensions could bring custom lookup strategies, e.g. connected to framework capabilities.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the arquillian-issues mailing list