Searched refs:z_zexpect (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/subsys/testsuite/ztest/include/zephyr/ |
D | ztest_assert.h | 71 #define z_zexpect(cond, default_msg, file, line, func, msg, ...) z_zexpect_(cond, file, line) macro 123 static inline bool z_zexpect(bool cond, const char *default_msg, const char *file, int line, in z_zexpect() function 242 z_zexpect(cond, _msg ? ("(" default_msg ")") : (default_msg), __FILE__, \
|