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,ExactMatchMultiValuePattern,IncludesMatchMultiValuePattern,LogicalAnd,LogicalOr,MatchesJsonPathPattern,MatchesJsonSchemaPattern,MatchesXPathPattern,MultipleMatchMultiValuePattern,MultiValuePattern,NegativeContainsPattern,NegativeRegexPattern,NotPattern,PathPattern,PathTemplatePattern,RegexPattern,RequestMatcher,RequestMatcherExtension,RequestMethod,RequestPattern,SingleMatchMultiValuePattern,StringValuePattern,UrlPathPattern,UrlPathTemplatePattern,UrlPattern
public interface NamedValueMatcher<T> extends ValueMatcher<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExpected()java.lang.StringgetName()-
Methods inherited from interface com.github.tomakehurst.wiremock.matching.ValueMatcher
match
-
-