api

http4k / org.http4k.kotest / shouldNotHavePath

shouldNotHavePath

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