fun <A, B : Comparable<A>> Assert<B>.isLessThan(other: A): Unit
Platform and version requirements: Common
Asserts the value is less than the expected value, using <.
<
See Also
isLessThanOrEqualTo
isGreaterThan