isStrictlyBetween

fun <A, B : Comparable<A>> Assert<B>.isStrictlyBetween(start: A, end: A)

Asserts the value is between the expected start and end values, non-inclusive.

See also