Searched refs:TEST_ASSERT_NOT_NULL (Results 1 – 4 of 4) sorted by relevance
75 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 …]
95 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()
58 TEST_ASSERT_NOT_NULL(outputFile); in InitDebugTest()72 TEST_ASSERT_NOT_NULL(e); in FinishDebugTest()73 TEST_ASSERT_NOT_NULL(a); in FinishDebugTest()
73 #define TEST_ASSERT_NOT_NULL(pointer) … macro