Home
last modified time | relevance | path

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

/Zephyr-4.3.0/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 __printf_like(6, 7) bool z_zassert(bool cond, const char *default_msg, in z_zassert() argument
88 ztest_relative_filename(file), line, func, default_msg); in z_zassert()
104 static inline __printf_like(6, 7) bool z_zassume(bool cond, const char *default_msg, in z_zassume() argument
113 ztest_relative_filename(file), line, func, default_msg); in z_zassume()
129 static inline __printf_like(6, 7) bool z_zexpect(bool cond, const char *default_msg, in z_zexpect() argument
138 ztest_relative_filename(file), line, func, default_msg); in z_zexpect()
179 #define _zassert_base(cond, default_msg, msg, ...) \ argument
[all …]