toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-testing-kotest
/
org.http4k.kotest
/
shouldNotHaveQuery
should
Not
Have
Query
fun
<
T
>
Request
.
shouldNotHaveQuery
(
lens
:
QueryLens
<
T
>
,
matcher
:
Matcher
<
T
>
)
@
JvmName
(
name
=
"shouldNotHaveQueryNullableStringMatcher"
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
matcher
:
Matcher
<
String
?
>
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
matcher
:
Matcher
<
String
>
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
expected
:
CharSequence
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
expected
:
Regex
)
fun
Request
.
shouldNotHaveQuery
(
name
:
String
,
expected
:
List
<
String
?
>
)
infix
fun
Uri
.
shouldNotHaveQuery
(
expected
:
String
)