kotest-assertions-arrow / io.kotest.assertions.arrow.validation

Package io.kotest.assertions.arrow.validation

Extensions for External Classes

arrow.core.Validated

io.kotest.properties.Gen

Functions

beInvalid

fun <A> beInvalid(): Matcher<Validated<*, A>>
fun <A> beInvalid(a: A): Matcher<Validated<*, A>>

beValid

fun <A> beValid(): Matcher<Validated<*, A>>
fun <A> beValid(a: A): Matcher<Validated<*, A>>