Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/tests/libntp/
H A Drealpath.c54 TEST_ASSERT_NOT_NULL_MESSAGE(resolved, "failed to resolve '.'"); in test_CurrentWorkingDir()
69 TEST_ASSERT_NOT_NULL_MESSAGE(dfs, "failed to open '/dev' !?!"); in test_DevLinks()
82 TEST_ASSERT_NOT_NULL_MESSAGE(resolved, errMsg("could not resolve '%s'", nam)); in test_DevLinks()
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.h177 #define TEST_ASSERT_NOT_NULL_MESSAGE(pointer, message) … macro