toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-testing-kotest
/
org.http4k.kotest
/
shouldNotHaveForm
should
Not
Have
Form
@
JvmName
(
name
=
"shouldNotHaveFormNullableStringMatcher"
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
matcher
:
Matcher
<
String
?
>
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
matcher
:
Matcher
<
String
>
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
matcher
:
Regex
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
expected
:
CharSequence
)