Interface NamedValueMatcher<T>

All Superinterfaces:
ValueMatcher<T>
All Known Implementing Classes:
AbsentPattern, AbstractDateTimePattern, AbstractRegexPattern, AfterDateTimePattern, AnythingPattern, BeforeDateTimePattern, BinaryEqualToPattern, ContainsPattern, ContentPattern, CustomMatcherWrapper, EqualToDateTimePattern, EqualToJsonPattern, EqualToPattern, EqualToXmlPattern, LogicalAnd, LogicalOr, MatchesJsonPathPattern, MatchesXPathPattern, MultiValuePattern, NegativeContainsPattern, NegativeRegexPattern, PathPattern, PathTemplatePattern, RegexPattern, RequestMatcher, RequestMatcherExtension, RequestMethod, RequestPattern, StringValuePattern, UrlPathPattern, UrlPathTemplatePattern, UrlPattern

public interface NamedValueMatcher<T> extends ValueMatcher<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher

    match
  • Method Details

    • getName

      String getName()
    • getExpected

      String getExpected()