|
kaycxx-test
C++ unit test framework
|
Asserts that the actual value is less than or equal to the expected value.
The value type must provide a complete ordering. Raw pointers are intentionally rejected because relational pointer operators compare addresses, not pointed-to values.
Use this when equality is also acceptable.