kotest-assertions-core / io.kotest.matchers.ints / kotlin.Int / shouldNotBeBetween

shouldNotBeBetween

fun Int.shouldNotBeBetween(a: Int, b: Int): Unit

Verifies that the given integer is NOT between a and b inclusive.