isLessThan

fun <A, B : Comparable<A>> Assert<B>.isLessThan(other: A)

Asserts the value is less than the expected value, using <.

See also