fun <A, B : Comparable<A>> Assert<B>.isStrictlyBetween(start: A, end: A): Unit
Platform and version requirements: Common
Asserts the value is between the expected start and end values, non-inclusive.
See Also
isBetween