hasBody function
Matcher
hasBody([
- Matcher? bodyMatcher
Implementation
Matcher hasBody([Matcher? bodyMatcher]) =>
ResponseBodyMatcher(bodyMatcher ?? isNotNull);
Matcher hasBody([Matcher? bodyMatcher]) =>
ResponseBodyMatcher(bodyMatcher ?? isNotNull);