bodyWith function
Matcher
bodyWith(
- Matcher bodyMatcher
Implementation
Matcher bodyWith(Matcher bodyMatcher) {
return requestMatcher().having((r) => r.body, "body", bodyMatcher);
}
Matcher bodyWith(Matcher bodyMatcher) {
return requestMatcher().having((r) => r.body, "body", bodyMatcher);
}