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