|
kaycxx-test
C++ unit test framework
|
Asserts that the actual value is greater than 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 the strict > relation is the behavior you want to assert.