[arquillian-issues] [JBoss JIRA] (ARQ-1538) Provide the ability for Inspection methods to have multiple qualifiers

Lukáš Fryč (JIRA) jira-events at lists.jboss.org
Tue Oct 15 11:49:35 EDT 2013


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

Lukáš Fryč updated ARQ-1538:
----------------------------

           Status: Closed  (was: Pull Request Sent)
    Fix Version/s: warp_1.0.0.Alpha5
       Resolution: Done

    
> Provide the ability for Inspection methods to have multiple qualifiers
> ----------------------------------------------------------------------
>
>                 Key: ARQ-1538
>                 URL: https://issues.jboss.org/browse/ARQ-1538
>             Project: Arquillian
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>            Reporter: Ken Finnigan
>            Assignee: Ken Finnigan
>             Fix For: warp_1.0.0.Alpha5
>
>
> Have the ability to support multiple qualifiers on an inspection method, such as:
> {code}
> new Inspection() {
>    
>    @AfterPhase(RENDER_RESPONSE)
>    public void test1() {}
>  
>    @AfterPhase(RENDER_RESPONSE) @PorletSpecificStuff
>    public void test2() {}
> }
> {code}

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