Approver
Functions
Link copied to clipboard
Check the content of the passed message against the previously approved content.
Link copied to clipboard
fun Approver.assertApproved(content: InputStream, contentType: ContentType? = null): <Error class: unknown class>
fun Approver.assertApproved(content: String, contentType: ContentType? = null): <Error class: unknown class>
fun Approver.assertApproved(response: Response, expectedContentType: ContentType): <Error class: unknown class>
fun Approver.assertApproved(response: Response, expectedStatus: Status): <Error class: unknown class>
Link copied to clipboard
Create a Hamkrest Matcher for this message that can be combined with other Matchers
Link copied to clipboard