Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/tests/ztest/zexpect/src/
Dmain.c66 zexpect_is_null(ptr); in ZTEST()
74 zexpect_is_null(ptr); in ZTEST()
Dmain.cpp66 zexpect_is_null(ptr); in ZTEST()
74 zexpect_is_null(ptr); in ZTEST()
/Zephyr-Core-3.4.0/subsys/testsuite/ztest/include/zephyr/
Dztest_assert.h587 #define zexpect_is_null(ptr, ...) zexpect((ptr) == NULL, #ptr " is not NULL", ##__VA_ARGS__) macro