Macro

ASSERT_LTEQ

Check two integers, floating-point numbers, or pointers to determine if X <= Y.

Since v1.0
#define ASSERT_LTEQ(
X, Y, ...)

Parameters 🔗

X in

Value.

Y in

Value to compare against X.

... in

Optional message.

Discussion 🔗

If X > Y, the test case is aborted.