boolean |
BooleanMatcher.matches(MatchDifference context,
Boolean matched) |
boolean |
BinaryMatcher.matches(MatchDifference context,
byte[] matched) |
boolean |
HttpRequestMatcher.matches(MatchDifference matchDifference,
HttpRequest request) |
boolean |
HashMapMatcher.matches(MatchDifference context,
KeysAndValues values) |
boolean |
MultiValueMapMatcher.matches(MatchDifference context,
KeysToMultiValues values) |
boolean |
RegexStringMatcher.matches(MatchDifference context,
NottableString matched) |
boolean |
XmlStringMatcher.matches(MatchDifference context,
NottableString matched) |
boolean |
ExactStringMatcher.matches(MatchDifference context,
NottableString matched) |
boolean |
SubStringMatcher.matches(MatchDifference context,
NottableString matched) |
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 |
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) |