Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c1654 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p0, 1); in testEqualIntArrays()
1655 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p0, 4); in testEqualIntArrays()
1656 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testEqualIntArrays()
1657 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p2, 3); in testEqualIntArrays()
1658 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p3, 1); in testEqualIntArrays()
1659 TEST_ASSERT_EQUAL_INT_ARRAY(NULL, NULL, 1); in testEqualIntArrays()
1668 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testNotEqualIntArraysNullExpected()
1678 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testNotEqualIntArraysNullActual()
1688 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testNotEqualIntArrays1()
1698 TEST_ASSERT_EQUAL_INT_ARRAY(p in testNotEqualIntArrays2()
[all...]
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c2041 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p0, 1); in testEqualIntArrays()
2042 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p0, 4); in testEqualIntArrays()
2043 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testEqualIntArrays()
2044 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p2, 3); in testEqualIntArrays()
2045 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p3, 1); in testEqualIntArrays()
2046 TEST_ASSERT_EQUAL_INT_ARRAY(NULL, NULL, 1); in testEqualIntArrays()
2055 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testNotEqualIntArraysNullExpected()
2065 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testNotEqualIntArraysNullActual()
2075 TEST_ASSERT_EQUAL_INT_ARRAY(p0, p1, 4); in testNotEqualIntArrays1()
2085 TEST_ASSERT_EQUAL_INT_ARRAY(p in testNotEqualIntArrays2()
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity.h240 #define TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h305 #define TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro

Completed in 13 milliseconds