Lines Matching full:assertion
10 * @brief Zephyr testing framework assertion macros
38 PRINT_DATA("\n Assertion failed at %s:%d\n", ztest_relative_filename(file), in z_zassert_()
86 PRINT_DATA("\n Assertion failed at %s:%d: %s: %s\n", in z_zassert()
96 PRINT_DATA("\n Assertion succeeded at %s:%d (%s)\n", in z_zassert()
154 * @defgroup ztest_assert Ztest assertion macros
207 * thus reducing what could be tens to hundreds of assertion failures to investigate down to a few
266 * @param ... Optional message and variables to print if the assertion fails
273 * @param ... Optional message and variables to print if the assertion fails
280 * @param ... Optional message and variables to print if the assertion fails
287 * @param ... Optional message and variables to print if the assertion fails
294 * @param ... Optional message and variables to print if the assertion fails
301 * @param ... Optional message and variables to print if the assertion fails
308 * @param ... Optional message and variables to print if the assertion fails
319 * @param ... Optional message and variables to print if the assertion fails
330 * @param ... Optional message and variables to print if the assertion fails
341 * @param ... Optional message and variables to print if the assertion fails
352 * @param ... Optional message and variables to print if the assertion fails
365 * @param ... Optional message and variables to print if the assertion fails
374 * This macro calls the final memory comparison assertion macro.
393 * @param ... Optional message and variables to print if the assertion fails