withUrl function
Matcher
withUrl(
- Matcher uriMatcher
Implementation
Matcher withUrl(Matcher uriMatcher) {
return requestMatcher().having((r) => r.url, "url", uriMatcher);
}
Matcher withUrl(Matcher uriMatcher) {
return requestMatcher().having((r) => r.url, "url", uriMatcher);
}