]
Ken Finnigan updated ARQ-1538:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
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: