api

http4k / org.http4k.kotest / shouldNotHaveBody

shouldNotHaveBody

infix fun HttpMessage.shouldNotHaveBody(expected: Matcher<Body>): Unit @JvmName("shouldNotHaveBodyNullableStringMatcher") infix fun HttpMessage.shouldNotHaveBody(expected: Matcher<String?>): Unit infix fun HttpMessage.shouldNotHaveBody(expected: String): Unit infix fun HttpMessage.shouldNotHaveBody(expected: Regex): Unit fun <T> HttpMessage.shouldNotHaveBody(lens: BodyLens<T>, matcher: Matcher<T>): Unit