shouldNotHaveCookie

infix fun Request.shouldNotHaveCookie(expected: Cookie)
fun Request.shouldNotHaveCookie(name: String, expected: Regex)
fun Request.shouldNotHaveCookie(name: String, match: Matcher<Cookie?>)