shouldNotHavePath

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