Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/tests/
H A DkeyFile.c75 TEST_ASSERT_NOT_NULL(path); in test_ReadEmptyKeyFile()
90 TEST_ASSERT_NOT_NULL(path); in test_ReadASCIIKeys()
92 TEST_ASSERT_NOT_NULL(keys); in test_ReadASCIIKeys()
97 TEST_ASSERT_NOT_NULL(result); in test_ReadASCIIKeys()
102 TEST_ASSERT_NOT_NULL(result); in test_ReadASCIIKeys()
116 TEST_ASSERT_NOT_NULL(path); in test_ReadHexKeys()
118 TEST_ASSERT_NOT_NULL(keys); in test_ReadHexKeys()
122 TEST_ASSERT_NOT_NULL(result); in test_ReadHexKeys()
128 TEST_ASSERT_NOT_NULL(result); in test_ReadHexKeys()
135 TEST_ASSERT_NOT_NULL(result); in test_ReadHexKeys()
[all …]
H A DkodFile.c95 TEST_ASSERT_NOT_NULL(is); in test_WriteEmptyFile()
119 TEST_ASSERT_NOT_NULL(actual); in test_WriteFileWithSingleEntry()
120 TEST_ASSERT_NOT_NULL(expected); in test_WriteFileWithSingleEntry()
149 TEST_ASSERT_NOT_NULL(actual); in test_WriteFileWithMultipleEntries()
150 TEST_ASSERT_NOT_NULL(expected); in test_WriteFileWithMultipleEntries()
H A Dutilities.c55 TEST_ASSERT_NOT_NULL(outputFile); in InitDebugTest()
69 TEST_ASSERT_NOT_NULL(e); in FinishDebugTest()
70 TEST_ASSERT_NOT_NULL(a); in FinishDebugTest()
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.h73 #define TEST_ASSERT_NOT_NULL(pointer) … macro