Lines Matching defs:fail
173 * cmocka library would fail the test if there are more values pushed onto the
1006 * test by calling fail() if expression is false (i.e., compares equal to
1025 * test by calling fail() if expression is true.
1043 * test by calling fail() if the return code is smaller than 0. If the function
1065 * test by calling fail() if the pointer is non-NULL.
1082 * test by calling fail() if the pointer is non-NULL.
1099 * fail() if the pointers are not equal.
1118 * fail() if the pointers are equal.
1137 * test by calling fail() if the integers are not equal.
1156 * test by calling fail() if the integers are equal.
1177 * test by calling fail() if the strings are not equal.
1195 * test by calling fail() if the strings are equal.
1210 * @brief Assert that the two given areas of memory are equal, otherwise fail.
1213 * test by calling fail() if the memory is not equal.
1235 * test by calling fail() if the memory is equal.
1258 * test by calling fail() if value is not in range.
1281 * test by calling fail() if value is in range.
1303 * test by calling fail() if value is not within a set.
1322 * test by calling fail() if value is within a set.
1366 * @brief Forces the test to fail immediately and quit.
1368 void fail(void);
1370 #define fail() _fail(__FILE__, __LINE__)
1384 * @brief Forces the test to fail immediately and quit, printing the reason.
1401 fail(); \