api

http4k / org.http4k.kotest / shouldHavePath

shouldHavePath

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