Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_PTR_MESSAGE (Results 1 - 6 of 6) sorted by relevance

/third_party/cJSON/tests/
H A Dparse_examples.c145 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 Dmisc_tests.c669 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 Dunity_memory_Test.c262 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 Dunity_fixture_Test.c484 TEST_ASSERT_EQUAL_PTR_MESSAGE(first_mem_ptr, ptr, "Memory was stranded, free in LIFO order");
/third_party/cJSON/tests/unity/src/
H A Dunity.h426 #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 Dunity.h582 #define TEST_ASSERT_EQUAL_PTR_MESSAGE(expected, actual, message) UNITY_TEST_ASSERT_EQUAL_PTR((expected), (actual), __LINE__, (message)) macro

Completed in 9 milliseconds