]
Ken Finnigan reassigned ARQ-1556:
---------------------------------
Assignee: Ken Finnigan
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: