methodWith function
Matcher
methodWith(
- Matcher methodMatcher
Implementation
Matcher methodWith(Matcher methodMatcher) {
return requestMatcher().having((r) => r.method, "method", methodMatcher);
}