Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c2165 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p0, 1); in testEqualInt32Arrays()
2166 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p0, 4); in testEqualInt32Arrays()
2167 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p1, 4); in testEqualInt32Arrays()
2168 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p2, 3); in testEqualInt32Arrays()
2169 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p3, 1); in testEqualInt32Arrays()
2178 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p1, 4); in testNotEqualInt32Arrays()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c2505 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p0, 1); in testEqualInt32Arrays()
2506 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p0, 4); in testEqualInt32Arrays()
2507 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p1, 4); in testEqualInt32Arrays()
2508 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p2, 3); in testEqualInt32Arrays()
2509 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p3, 1); in testEqualInt32Arrays()
2518 TEST_ASSERT_EQUAL_INT32_ARRAY(p0, p1, 4); in testNotEqualInt32Arrays()
/third_party/cJSON/tests/unity/src/
H A Dunity.h243 #define TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT32_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h308 #define TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT32_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro

Completed in 15 milliseconds