Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/sntp/tests/
HDkeyFile.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 …]
HDkodFile.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()
HDutilities.c58 TEST_ASSERT_NOT_NULL(outputFile); in InitDebugTest()
72 TEST_ASSERT_NOT_NULL(e); in FinishDebugTest()
73 TEST_ASSERT_NOT_NULL(a); in FinishDebugTest()
/freebsd-11-stable/contrib/ntp/sntp/unity/
HDunity.h73 #define TEST_ASSERT_NOT_NULL(pointer) … macro