withQueryString function
Matcher
withQueryString(
- Matcher queryMatcher
Implementation
Matcher withQueryString(Matcher queryMatcher) {
return isUri().having((u) => u.query, "query", queryMatcher);
}