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
/
shouldNotHaveForm
should
Not
Have
Form
@
JvmName
(
name
=
"shouldNotHaveFormNullableStringMatcher"
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
matcher
:
Matcher
<
String
?
>
)
(
source
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
matcher
:
Matcher
<
String
>
)
(
source
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
matcher
:
Regex
)
(
source
)
fun
Request
.
shouldNotHaveForm
(
name
:
String
,
expected
:
CharSequence
)
(
source
)