Searched refs:TEST_ASSERT_POINTERS_EQUAL (Results 1 – 4 of 4) sorted by relevance
/third_party/unity/extras/fixture/test/ |
D | unity_fixture_Test.c | 32 TEST_ASSERT_POINTERS_EQUAL(pointer1, 0); in TEST() 36 TEST_ASSERT_POINTERS_EQUAL(pointer1, &int1); in TEST() 37 TEST_ASSERT_POINTERS_EQUAL(pointer2, &int2); in TEST() 38 TEST_ASSERT_POINTERS_EQUAL(pointer3, &int3); in TEST() 41 TEST_ASSERT_POINTERS_EQUAL(pointer1, 0); in TEST() 42 TEST_ASSERT_POINTERS_EQUAL(pointer2, (int*)2); in TEST() 43 TEST_ASSERT_POINTERS_EQUAL(pointer3, (int*)3); in TEST() 61 TEST_ASSERT_POINTERS_EQUAL(&newC1, p1); in TEST() 62 TEST_ASSERT_POINTERS_EQUAL(&newC2, p2); in TEST() 64 TEST_ASSERT_POINTERS_EQUAL(&c1, p1); in TEST() [all …]
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
D | unity_fixture_Test.c | 33 TEST_ASSERT_POINTERS_EQUAL(pointer1, 0); in TEST() 37 TEST_ASSERT_POINTERS_EQUAL(pointer1, &int1); in TEST() 38 TEST_ASSERT_POINTERS_EQUAL(pointer2, &int2); in TEST() 39 TEST_ASSERT_POINTERS_EQUAL(pointer3, &int3); in TEST() 42 TEST_ASSERT_POINTERS_EQUAL(pointer1, 0); in TEST() 43 TEST_ASSERT_POINTERS_EQUAL(pointer2, (int*)2); in TEST() 44 TEST_ASSERT_POINTERS_EQUAL(pointer3, (int*)3); in TEST() 55 TEST_ASSERT_POINTERS_EQUAL(0, mfails); in TEST() 63 TEST_ASSERT_POINTERS_EQUAL(m1, m2); in TEST() 71 TEST_ASSERT_POINTERS_EQUAL(m1, m2); in TEST() [all …]
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
D | unity_fixture.h | 71 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR((expected), (actual)) macro
|
/third_party/unity/extras/fixture/src/ |
D | unity_fixture.h | 74 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR((expected), (actual)) macro
|