Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h45 #define z_zassert(cond, default_msg, file, line, func, msg, ...) z_zassert_(cond, file, line) argument
58 #define z_zassume(cond, default_msg, file, line, func, msg, ...) z_zassume_(cond, file, line) argument
71 #define z_zexpect(cond, default_msg, file, line, func, msg, ...) z_zexpect_(cond, file, line) argument
75 static inline bool z_zassert(bool cond, const char *default_msg, const char *file, int line, in z_zassert()
99 static inline bool z_zassume(bool cond, const char *default_msg, const char *file, int line, in z_zassume()
123 static inline bool z_zexpect(bool cond, const char *default_msg, const char *file, int line, in z_zexpect()
172 #define _zassert_base(cond, default_msg, msg, ...) \ argument
185 #define _zassert_va(cond, default_msg, msg, ...) \ argument
188 #define zassert(cond, default_msg, ...) \ argument
209 #define _zassume_base(cond, default_msg, msg, ...) \ argument
[all …]