api

http4k / org.http4k.kotest / shouldHaveUri

shouldHaveUri

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