Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c2118 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p0, 1); in testEqualInt16Arrays()
2119 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p0, 4); in testEqualInt16Arrays()
2120 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p1, 4); in testEqualInt16Arrays()
2121 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p2, 3); in testEqualInt16Arrays()
2122 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p3, 1); in testEqualInt16Arrays()
2131 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p1, 4); in testNotEqualInt16Arrays()
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c2458 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p0, 1); in testEqualInt16Arrays()
2459 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p0, 4); in testEqualInt16Arrays()
2460 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p1, 4); in testEqualInt16Arrays()
2461 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p2, 3); in testEqualInt16Arrays()
2462 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p3, 1); in testEqualInt16Arrays()
2471 TEST_ASSERT_EQUAL_INT16_ARRAY(p0, p1, 4); in testNotEqualInt16Arrays()
/third_party/cJSON/tests/unity/src/
H A Dunity.h242 #define TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT16_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h307 #define TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT16_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro

Completed in 15 milliseconds