api

http4k / org.http4k.kotest / shouldNotHaveForm

shouldNotHaveForm

@JvmName("shouldNotHaveFormNullableStringMatcher") fun Request.shouldNotHaveForm(name: String, matcher: Matcher<String?>): Unit fun Request.shouldNotHaveForm(name: String, matcher: Regex): Unit fun Request.shouldNotHaveForm(name: String, expected: CharSequence): Unit