shouldHavePath

infix fun Cookie.shouldHavePath(expected: String)
infix fun Uri.shouldHavePath(match: Matcher<String?>)
infix fun Uri.shouldHavePath(expected: String?)
infix fun Uri.shouldHavePath(expected: Regex)