boolean |
BooleanMatcher.matches(MatchDifference context,
Boolean matched) |
boolean |
BinaryMatcher.matches(MatchDifference context,
byte[] matched) |
boolean |
HashMapMatcher.matches(MatchDifference context,
KeysAndValues matched) |
boolean |
MultiValueMapMatcher.matches(MatchDifference context,
KeysToMultiValues matched) |
boolean |
RegexStringMatcher.matches(MatchDifference context,
NottableString matched) |
boolean |
ExactStringMatcher.matches(MatchDifference context,
NottableString matched) |
boolean |
SubStringMatcher.matches(MatchDifference context,
NottableString matched) |
boolean |
HttpRequestsPropertiesMatcher.matches(MatchDifference matchDifference,
RequestDefinition requestDefinition) |
abstract boolean |
AbstractHttpRequestMatcher.matches(MatchDifference matchDifference,
RequestDefinition requestDefinition) |
boolean |
HttpRequestMatcher.matches(MatchDifference matchDifference,
RequestDefinition httpRequest) |
boolean |
HttpRequestPropertiesMatcher.matches(MatchDifference matchDifference,
RequestDefinition requestDefinition) |
boolean |
JsonStringMatcher.matches(MatchDifference context,
String matched) |
boolean |
ParameterStringMatcher.matches(MatchDifference context,
String matched) |
boolean |
XmlSchemaMatcher.matches(MatchDifference context,
String matched) |
boolean |
XPathMatcher.matches(MatchDifference context,
String matched) |
boolean |
JsonSchemaMatcher.matches(MatchDifference context,
String matched) |
boolean |
XmlStringMatcher.matches(MatchDifference context,
String matched) |
boolean |
ExactStringMatcher.matches(MatchDifference context,
String matched) |
boolean |
SubStringMatcher.matches(MatchDifference context,
String matched) |
boolean |
JsonPathMatcher.matches(MatchDifference context,
String matched) |
boolean |
Matcher.matches(MatchDifference context,
T t) |