withPort function
Matcher
withPort(
- Matcher portMatcher
Implementation
Matcher withPort(Matcher portMatcher) {
return isUri().having((u) => u.port, "port", portMatcher);
}
Matcher withPort(Matcher portMatcher) {
return isUri().having((u) => u.port, "port", portMatcher);
}