Interface ResponseMatcher


public interface ResponseMatcher
Defines the contract for matching response messages to expectations. Implementations of this interface are returned by ResponseMatchers.
Since:
2.0
Author:
Arjen Poutsma
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Matches the given response message against the expectations.
  • Method Details