http4k-testing-kotest
Toggle table of contents
6.20.0.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-testing-kotest
http4k-testing-kotest
/
org.http4k.kotest
/
shouldNotHaveQuery
should
Not
Have
Query
fun
<
T
>
Request
.
shouldNotHaveQuery
(
lens
:
QueryLens
<
T
>
,
matcher
:
Matcher
<
T
>
)
(
source
)
@
JvmName
(
name
=
"shouldNotHaveQueryNullableStringMatcher"
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
matcher
:
Matcher
<
String
?
>
)
(
source
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
matcher
:
Matcher
<
String
>
)
(
source
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
expected
:
CharSequence
)
(
source
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
expected
:
Regex
)
(
source
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
expected
:
List
<
String
?
>
)
(
source
)
infix
fun
Uri
.
shouldNotHaveQuery
(
expected
:
String
)
(
source
)