api

http4k / org.http4k.kotest / shouldNotHaveUri

shouldNotHaveUri

infix fun Request.shouldNotHaveUri(expected: Regex): Unit infix fun Request.shouldNotHaveUri(expected: Uri): Unit infix fun Request.shouldNotHaveUri(expected: String): Unit infix fun Request.shouldNotHaveUri(match: Matcher<Uri>): Unit