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

Ken Finnigan (JIRA) jira-events at lists.jboss.org
Tue Oct 15 10:50:35 EDT 2013


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

Ken Finnigan updated ARQ-1538:
------------------------------

              Status: Pull Request Sent  (was: Open)
    Git Pull Request: https://github.com/arquillian/arquillian-extension-warp/pull/21

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