Home
last modified time | relevance | path

Searched defs:z_zexpect (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h75 #define z_zexpect(cond, default_msg, file, line, func, msg, ...) z_zexpect_(cond, file, line) macro
127 static inline bool z_zexpect(bool cond, const char *default_msg, const char *file, int line, in z_zexpect() function