Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_PTR (Results 1 – 25 of 25) sorted by relevance

/dports/devel/libcjson/cJSON-1.7.15/tests/
H A Dold_utils_tests.c71 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, ""), root); in json_pointer_tests()
72 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/foo"), cJSON_GetObjectItem(root, "foo")); in json_pointer_tests()
75 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/"), cJSON_GetObjectItem(root, "")); in json_pointer_tests()
76 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/a~1b"), cJSON_GetObjectItem(root, "a/b")); in json_pointer_tests()
77 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/c%d"), cJSON_GetObjectItem(root, "c%d")); in json_pointer_tests()
78 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/c^f"), cJSON_GetObjectItem(root, "c^f")); in json_pointer_tests()
79 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/c|f"), cJSON_GetObjectItem(root, "c|f")); in json_pointer_tests()
80 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/i\\j"), cJSON_GetObjectItem(root, "i\\j")); in json_pointer_tests()
81 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/k\"l"), cJSON_GetObjectItem(root, "k\"l")); in json_pointer_tests()
82 TEST_ASSERT_EQUAL_PTR(cJSONUtils_GetPointer(root, "/ "), cJSON_GetObjectItem(root, " ")); in json_pointer_tests()
[all …]
H A Dparse_with_opts.c45 TEST_ASSERT_EQUAL_PTR(empty_string, cJSON_GetErrorPtr()); in parse_with_opts_should_handle_empty_strings()
48 TEST_ASSERT_EQUAL_PTR(empty_string, error_pointer); in parse_with_opts_should_handle_empty_strings()
49 TEST_ASSERT_EQUAL_PTR(empty_string, cJSON_GetErrorPtr()); in parse_with_opts_should_handle_empty_strings()
58 TEST_ASSERT_EQUAL_PTR(json + strlen(json), parse_end); in parse_with_opts_should_handle_incomplete_json()
59 TEST_ASSERT_EQUAL_PTR(json + strlen(json), cJSON_GetErrorPtr()); in parse_with_opts_should_handle_incomplete_json()
80 TEST_ASSERT_EQUAL_PTR(json + 2, parse_end); in parse_with_opts_should_return_parse_end()
/dports/net/ntp/ntp-4.2.8p15/tests/libntp/
H A Dsbprintf.c20 TEST_ASSERT_EQUAL_PTR(bp, NULL); in test_NullBuf2()
41 TEST_ASSERT_EQUAL_PTR(bp, ba); in test_SmallBuf()
52 TEST_ASSERT_EQUAL_PTR(bp, ba + 4); in test_MatchBuf()
63 TEST_ASSERT_EQUAL_PTR(bp, ba + 4); in test_BigBuf()
74 TEST_ASSERT_EQUAL_PTR(bp, ba + 4); in test_SimpleArgs()
88 TEST_ASSERT_EQUAL_PTR(bp, ba + 4); in test_Increment1()
92 TEST_ASSERT_EQUAL_PTR(bp, ba + 8); in test_Increment1()
H A Drecvbuff.c48 TEST_ASSERT_EQUAL_PTR(buf, get_full_recv_buffer()); in test_GetAndFill()
/dports/math/stanmath/math-4.2.0/lib/opencl_2.0.15/tests/
H A Dtest_openclhpp.cpp158 TEST_ASSERT_EQUAL_PTR(make_platform_id(0), id); in clGetPlatformInfo_version()
703 TEST_ASSERT_EQUAL_PTR(expected, ctx()); in testCommandQueueGetContext()
738 TEST_ASSERT_EQUAL_PTR(expected, device()); in testCommandQueueGetDevice1_1()
754 TEST_ASSERT_EQUAL_PTR(expected, device()); in testCommandQueueGetDevice1_2()
825 TEST_ASSERT_EQUAL_PTR(expected, queue()); in testCommandQueueFromSpecifiedContext()
1152 TEST_ASSERT_EQUAL_PTR(expected, buffer()); in testBufferConstructorContextIterator()
1180 TEST_ASSERT_EQUAL_PTR(expected, buffer()); in testBufferConstructorQueueIterator()
1202 TEST_ASSERT_EQUAL_PTR(make_mem(0), image); in clGetImageInfo_testGetImageInfoBuffer()
1245 TEST_ASSERT_EQUAL_PTR(make_mem(0), image); in clGetImageInfo_testGetImageInfoBufferNull()
1330 TEST_ASSERT_EQUAL_PTR(buffer(), image()); in testConstructImageFromBuffer()
[all …]
/dports/devel/opencl/OpenCL-CLHPP-2.0.15/tests/
H A Dtest_openclhpp.cpp158 TEST_ASSERT_EQUAL_PTR(make_platform_id(0), id); in clGetPlatformInfo_version()
703 TEST_ASSERT_EQUAL_PTR(expected, ctx()); in testCommandQueueGetContext()
738 TEST_ASSERT_EQUAL_PTR(expected, device()); in testCommandQueueGetDevice1_1()
754 TEST_ASSERT_EQUAL_PTR(expected, device()); in testCommandQueueGetDevice1_2()
825 TEST_ASSERT_EQUAL_PTR(expected, queue()); in testCommandQueueFromSpecifiedContext()
1152 TEST_ASSERT_EQUAL_PTR(expected, buffer()); in testBufferConstructorContextIterator()
1180 TEST_ASSERT_EQUAL_PTR(expected, buffer()); in testBufferConstructorQueueIterator()
1202 TEST_ASSERT_EQUAL_PTR(make_mem(0), image); in clGetImageInfo_testGetImageInfoBuffer()
1245 TEST_ASSERT_EQUAL_PTR(make_mem(0), image); in clGetImageInfo_testGetImageInfoBufferNull()
1330 TEST_ASSERT_EQUAL_PTR(buffer(), image()); in testConstructImageFromBuffer()
[all …]
/dports/net/ntp/ntp-4.2.8p15/tests/ntpd/
H A Dntp_prio_q.c81 TEST_ASSERT_EQUAL_PTR(e_ptr_returned, e_ptr); in test_OneElementQueue()
119 TEST_ASSERT_EQUAL_PTR(dequeue(q), e1_ptr); in test_MultipleElementQueue()
120 TEST_ASSERT_EQUAL_PTR(dequeue(q), e3_ptr); in test_MultipleElementQueue()
121 TEST_ASSERT_EQUAL_PTR(dequeue(q), e2_ptr); in test_MultipleElementQueue()
/dports/net/libzmq4/zeromq-4.3.4/tests/
H A Dtest_poller.cpp612 TEST_ASSERT_EQUAL_PTR (sink, event.socket); in TEST_CASE_FUNC_PARAM()
613 TEST_ASSERT_EQUAL_PTR (sink, event.user_data); in TEST_CASE_FUNC_PARAM()
652 TEST_ASSERT_EQUAL_PTR (bowl, event.user_data); in test_poll_fd()
687 TEST_ASSERT_EQUAL_PTR (server, event.socket); in test_poll_client_server()
698 TEST_ASSERT_EQUAL_PTR (server, event.socket); in test_poll_client_server()
/dports/devel/libsml/libsml-2a8445b/test/unity/
H A Dunity_fixture.h71 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR(expected, actual)
H A Dunity.h120 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/extras/fixture/src/
H A Dunity_fixture.h71 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR((expected), (actual))
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/tests/unity/
H A Dunity_fixture.h74 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR((expected), (actual))
H A Dunity.h289 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/devel/z88dk/z88dk/ext/Unity/extras/fixture/src/
H A Dunity_fixture.h71 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR((expected), (actual))
/dports/net/ntp/ntp-4.2.8p15/sntp/unity/
H A Dunity_fixture.h76 #define TEST_ASSERT_POINTERS_EQUAL(expected, actual) TEST_ASSERT_EQUAL_PTR(expected, actual)
H A Dunity.h117 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/test/tests/
H A Dtestunity.c860 TEST_ASSERT_EQUAL_PTR(p0, &v0); in testEqualPointers()
861 TEST_ASSERT_EQUAL_PTR(&v1, p1); in testEqualPointers()
862 TEST_ASSERT_EQUAL_PTR(p2, p1); in testEqualPointers()
863 TEST_ASSERT_EQUAL_PTR(&v0, &v0); in testEqualPointers()
869 TEST_ASSERT_EQUAL_PTR(0x12345678, 0x12345677); in testNotEqualPointers()
/dports/devel/z88dk/z88dk/ext/Unity/test/tests/
H A Dtestunity.c860 TEST_ASSERT_EQUAL_PTR(p0, &v0); in testEqualPointers()
861 TEST_ASSERT_EQUAL_PTR(&v1, p1); in testEqualPointers()
862 TEST_ASSERT_EQUAL_PTR(p2, p1); in testEqualPointers()
863 TEST_ASSERT_EQUAL_PTR(&v0, &v0); in testEqualPointers()
869 TEST_ASSERT_EQUAL_PTR(0x12345678, 0x12345677); in testNotEqualPointers()
/dports/net/libzmq4/zeromq-4.3.4/external/unity/
H A Dunity.h234 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/security/duo/duo_unix-1.11.4/tests/unity_tests/Unity-2.4.3/src/
H A Dunity.h234 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/sysutils/hstr/hstr-2.3/test/unity/src/c/
H A Dunity.h234 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/src/
H A Dunity.h234 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/devel/z88dk/z88dk/ext/Unity/src/
H A Dunity.h234 #define TEST_ASSERT_EQUAL_PTR(expected, actual) … macro
/dports/devel/libcjson/cJSON-1.7.15/tests/unity/docs/
H A DUnityAssertionsReference.md388 ##### `TEST_ASSERT_EQUAL_PTR (expected, actual)`
/dports/devel/z88dk/z88dk/ext/Unity/docs/
H A DUnityAssertionsReference.md388 ##### `TEST_ASSERT_EQUAL_PTR (expected, actual)`