shouldNotHavePath

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