withUrl function

Matcher withUrl(
  1. Matcher uriMatcher
)

Implementation

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