kotest-assertions-core / io.kotest.matchers.longs / between

between

fun between(a: Long, b: Long): Matcher<Long>

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