Interface ResponseCondition

    • Method Detail

      • meetsCondition

        boolean meetsCondition​(HttpResponse _response)
        Returns true of the HttpResponse meets the condition, false otherwise.
        Parameters:
        _response - a HttpResponse object.
        Returns:
        a boolean.