Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_INT64_ARRAY (Results 1 - 4 of 4) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c2847 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p0, 1); in testEqualInt64Arrays()
2848 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p0, 4); in testEqualInt64Arrays()
2849 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p1, 4); in testEqualInt64Arrays()
2850 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p2, 3); in testEqualInt64Arrays()
2851 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p3, 1); in testEqualInt64Arrays()
2907 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p1, 4); in testNotEqualInt64Arrays()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c3728 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p0, 1); in testEqualInt64Arrays()
3729 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p0, 4); in testEqualInt64Arrays()
3730 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p1, 4); in testEqualInt64Arrays()
3731 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p2, 3); in testEqualInt64Arrays()
3732 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p3, 1); in testEqualInt64Arrays()
3788 TEST_ASSERT_EQUAL_INT64_ARRAY(p0, p1, 4); in testNotEqualInt64Arrays()
/third_party/cJSON/tests/unity/src/
H A Dunity.h244 #define TEST_ASSERT_EQUAL_INT64_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT64_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h309 #define TEST_ASSERT_EQUAL_INT64_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT64_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro

Completed in 16 milliseconds