java.net.URL |
beOpaque |
fun beOpaque(): Matcher<URL> |
haveAuthority |
fun haveAuthority(authority: String): Matcher<URL> |
haveHost |
fun haveHost(host: String): Matcher<URL> |
haveParameter |
fun haveParameter(key: String): Matcher<URL> |
haveParameterValue |
fun haveParameterValue(key: String, value: String): Matcher<URL> |
havePath |
fun havePath(path: String): Matcher<URL> |
havePort |
fun havePort(port: Int): Matcher<URL> |
haveProtocol |
fun haveProtocol(protocol: String): Matcher<URL> |
haveQuery |
fun haveQuery(q: String): Matcher<URL> |
haveRef |
fun haveRef(ref: String): Matcher<URL> |