Home
last modified time | relevance | path

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

/Zephyr-latest/tests/ztest/zexpect/src/
Dmain.c77 zexpect_is_null(ptr); in ZTEST()
85 zexpect_is_null(ptr); in ZTEST()
/Zephyr-latest/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h639 #define zexpect_is_null(ptr, ...) zexpect((ptr) == NULL, #ptr " is not NULL", ##__VA_ARGS__) macro