kotest-assertions-arrow / io.kotest.assertions.arrow.validation / arrow.core.Validated / shouldBeInvalid

shouldBeInvalid

fun Validated<*, *>.shouldBeInvalid(): Unit
infix fun <T> Validated<*, T>.shouldBeInvalid(value: T): Unit
infix fun <T> Validated<T, *>.shouldBeInvalid(fn: (Invalid<T>) -> Unit): Unit