assertk / assertk.assertions / isBetween

isBetween

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

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

See Also

isStrictlyBetween