Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1556

Warp Inspection methods with multiple qualifiers are executed but incorrectly verified

    XMLWordPrintable

Details

    Description

      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

      specifiedMethods.removeAll(executedMethods);

      fails to remove the method because it fails to find a match. Appears to be an issue with equals() and hashCode() on the Set.

      Attachments

        Activity

          People

            kfinniga@redhat.com Ken Finnigan (Inactive)
            kfinniga@redhat.com Ken Finnigan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: