api

http4k / org.http4k.kotest / shouldNotHaveQuery

shouldNotHaveQuery

fun <T> Request.shouldNotHaveQuery(lens: QueryLens<T>, matcher: Matcher<T>): Unit @JvmName("shouldNotHaveQueryNullableStringMatcher") fun Request.shouldNotHaveQuery(name: String, matcher: Matcher<String?>): Unit fun Request.shouldNotHaveQuery(name: String, expected: CharSequence): Unit fun Request.shouldNotHaveQuery(name: String, expected: Regex): Unit fun Request.shouldNotHaveQuery(name: String, expected: List<String?>): Unit infix fun Uri.shouldNotHaveQuery(expected: String): Unit