Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h47 #define z_zassert(cond, default_msg, file, line, func, msg, ...) z_zassert_(cond, file, line) argument
61 #define z_zassume(cond, default_msg, file, line, func, msg, ...) z_zassume_(cond, file, line) argument
75 #define z_zexpect(cond, default_msg, file, line, func, msg, ...) z_zexpect_(cond, file, line) argument
79 static inline bool z_zassert(bool cond, const char *default_msg, const char *file, int line, in z_zassert()
103 static inline bool z_zassume(bool cond, const char *default_msg, const char *file, int line, in z_zassume()
127 static inline bool z_zexpect(bool cond, const char *default_msg, const char *file, int line, in z_zexpect()
176 #define _zassert_base(cond, default_msg, msg, ...) \ argument
190 #define _zassert_va(cond, default_msg, msg, ...) \ argument
193 #define zassert(cond, default_msg, ...) \ argument
214 #define _zassume_base(cond, default_msg, msg, ...) \ argument
[all …]