[arquillian-issues] [JBoss JIRA] (ARQGRA-295) Provide more convenient way for Interceptors registration/unregistration

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Mon Apr 29 03:13:53 EDT 2013


     [ https://issues.jboss.org/browse/ARQGRA-295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč updated ARQGRA-295:
------------------------------

    Fix Version/s: 2.0.0.Alpha5

    
> Provide more convenient way for Interceptors registration/unregistration 
> -------------------------------------------------------------------------
>
>                 Key: ARQGRA-295
>                 URL: https://issues.jboss.org/browse/ARQGRA-295
>             Project: Arquillian Graphene
>          Issue Type: Feature Request
>          Components: api, core
>    Affects Versions: 2.0.0.Alpha4
>            Reporter: Juraj Húska
>            Priority: Minor
>             Fix For: 2.0.0.Alpha5
>
>
> It would be nice to have a more simple way of registering/unregistering Interceptors.
> Currently this is supported:
> {code}
> GrapheneProxyInstance proxy = (GrapheneProxyInstance) webdriver;
> proxy.registerInterceptor(new SearchContextInterceptor());
> {code}
> It would be nice to have something like:
> {code}
> Graphene.registerInterceptor(new SearchContextInterceptor());
> {code}
> It will be also good to choose class and method which will be intercepted.

--
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