arrow.core.Validated |
|
io.kotest.properties.Gen |
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>> |