Macro

ASSERT_FALSE

Check if X asserts as false.

Since v1.0
#define ASSERT_FALSE(
X, ...)

Parameters 🔗

X in

Boolean expression.

... in

Optional message.

Discussion 🔗

If X asserts true, the test case is aborted.