[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 08:58:01 EDT 2013


Ken Finnigan created ARQ-1556:
---------------------------------

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


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