assertk / assertk.assertions / isStrictlyBetween

isStrictlyBetween

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

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

See Also

isBetween