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

shouldNotBeInvalid

fun Validated<*, *>.shouldNotBeInvalid(): Unit
Deprecated: use shouldBeValid() instead


fun <T> Validated<*, T>.shouldNotBeInvalid(value: T): Unit
Deprecated: use shouldBeValid() instead