org.http4k.strikt.form.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http4k-testing-strikt Show documentation
Show all versions of http4k-testing-strikt Show documentation
A set of Strikt matchers for common http4k types
package org.http4k.strikt
import org.http4k.lens.Lens
import org.http4k.lens.WebForm
import strikt.api.Assertion
fun Assertion.Builder.field(lens: Lens) = get { lens(this) }