api

http4k / org.http4k.kotest / shouldNotHaveCookie

shouldNotHaveCookie

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