public interface RequestMatcher
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(RealRequest realRequest,
ClientDriverRequest expectedRequest)
Checks for a match between a real
RealRequest and an expected ClientDriverRequest. |
boolean isMatch(RealRequest realRequest, ClientDriverRequest expectedRequest)
RealRequest and an expected ClientDriverRequest. This
implementation is as strict as it can be with exact matching for Strings, but can also use regular expressions in
the form of Patterns.realRequest - The real request RealRequestexpectedRequest - The expected ClientDriverRequestCopyright © 2013. All Rights Reserved.