hasUriPath

fun hasUriPath(matcher: Matcher<String?>): Matcher<Uri>
fun hasUriPath(expected: String): Matcher<Uri>
fun hasUriPath(expected: Regex): Matcher<Uri>