assertk.assertions / isBetween

isBetween

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

Platform and version requirements: Common

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

See Also

isStrictlyBetween