Searched refs:assert_false (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/cmocka/
H A Dcmocka.h992 * and assert_false() macros can only display the expression that caused the
1032 void assert_false(scalar expression);
1034 #define assert_false(c) _assert_true(!(cast_to_largest_integral_type(c)), #c, \ macro

Completed in 31 milliseconds