http4k-testing-approval
Toggle table of contents
6.20.0.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-testing-approval
http4k-testing-approval
/
org.http4k.testing
/
assertApproved
assert
Approved
fun
Approver
.
assertApproved
(
response
:
Response
,
expectedStatus
:
Status
)
(
source
)
fun
Approver
.
assertApproved
(
response
:
Response
,
expectedContentType
:
ContentType
)
(
source
)
fun
Approver
.
assertApproved
(
content
:
String
,
contentType
:
ContentType
?
=
null
)
(
source
)
fun
Approver
.
assertApproved
(
content
:
InputStream
,
contentType
:
ContentType
?
=
null
)
(
source
)