kotest-assertions-core / io.kotest.matchers.longs / kotlin.Long / shouldBeBetween

shouldBeBetween

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

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