text

fun text(value: String)(source)

Matches the raw request body text exactly.


fun text(predicate: (String?) -> Boolean)(source)

Matches the raw request body text using predicate.


fun text(matcher: Matcher<String?>)(source)

Matches the raw request body text using a Kotest Matcher.