toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-testing-kotest
/
org.http4k.kotest
/
shouldHaveBody
should
Have
Body
infix
fun
HttpMessage
.
shouldHaveBody
(
expected
:
Matcher
<
Body
>
)
@
JvmName
(
name
=
"shouldHaveBodyNullableStringMatcher"
)
infix
fun
HttpMessage
.
shouldHaveBody
(
expected
:
Matcher
<
String
?
>
)
@
JvmName
(
name
=
"shouldHaveBodyStringMatcher"
)
infix
fun
HttpMessage
.
shouldHaveBody
(
expected
:
Matcher
<
String
>
)
infix
fun
HttpMessage
.
shouldHaveBody
(
expected
:
String
)
infix
fun
HttpMessage
.
shouldHaveBody
(
expected
:
Regex
)
fun
<
T
>
HttpMessage
.
shouldHaveBody
(
lens
:
BodyLens
<
T
>
,
matcher
:
Matcher
<
T
>
)