isBetween

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

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

See also