Searched refs:TEST_ASSERT_EQUAL_PTR_MESSAGE (Results 1 - 6 of 6) sorted by relevance
/third_party/cJSON/tests/ |
H A D | parse_examples.c | 145 TEST_ASSERT_EQUAL_PTR_MESSAGE(test6, cJSON_GetErrorPtr(), "Error pointer is incorrect."); in file_test6_should_not_be_parsed() 190 TEST_ASSERT_EQUAL_PTR_MESSAGE(test12 + strlen(test12), cJSON_GetErrorPtr(), "Error pointer is incorrect."); in test12_should_not_be_parsed()
|
H A D | misc_tests.c | 669 TEST_ASSERT_EQUAL_PTR_MESSAGE(ptr1, return_value, "new valuestring shorter than old should not reallocate memory"); in cjson_set_valuestring_to_object_should_not_leak_memory()
|
/third_party/unity/extras/memory/test/ |
H A D | unity_memory_Test.c | 262 TEST_ASSERT_EQUAL_PTR_MESSAGE(first_mem_ptr, ptr, "Memory was stranded, free in LIFO order");
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 484 TEST_ASSERT_EQUAL_PTR_MESSAGE(first_mem_ptr, ptr, "Memory was stranded, free in LIFO order");
|
/third_party/cJSON/tests/unity/src/ |
H A D | unity.h | 426 #define TEST_ASSERT_EQUAL_PTR_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_PTR((expected), (actual), __LINE__, (message)) macro
|
/third_party/unity/src/ |
H A D | unity.h | 582 #define TEST_ASSERT_EQUAL_PTR_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_PTR((expected), (actual), __LINE__, (message)) macro
|
Completed in 9 milliseconds