[arquillian-issues] [JBoss JIRA] (ARQ-1556) Warp Inspection methods with multiple qualifiers are executed but incorrectly verified

Ken Finnigan (JIRA) jira-events at lists.jboss.org
Tue Oct 29 09:02:01 EDT 2013


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

Ken Finnigan updated ARQ-1556:
------------------------------

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

    
> Warp Inspection methods with multiple qualifiers are executed but incorrectly verified
> --------------------------------------------------------------------------------------
>
>                 Key: ARQ-1556
>                 URL: https://issues.jboss.org/browse/ARQ-1556
>             Project: Arquillian
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Extension - Warp
>            Reporter: Ken Finnigan
>            Assignee: Ken Finnigan
>
> When an Inspection method specifies more than one qualifier the method is incorrectly marked as not executed, even though it was.
> ResponsePayloadVerifier finds the specified method, and that the same method is in the executed method list, but {code}specifiedMethods.removeAll(executedMethods);{code} fails to remove the method because it fails to find a match.  Appears to be an issue with equals() and hashCode() on the Set.

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