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

shouldBeBetween

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

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