Searched refs:TEST_ASSERT_EQUAL_INT8_ARRAY (Results 1 – 7 of 7) sorted by relevance
/third_party/unity/test/tests/ |
D | test_unity_arrays.c | 1903 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 1); in testEqualInt8Arrays() 1904 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 4); in testEqualInt8Arrays() 1905 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testEqualInt8Arrays() 1906 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p2, 3); in testEqualInt8Arrays() 1907 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p3, 1); in testEqualInt8Arrays() 1916 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testNotEqualInt8Arrays()
|
D | testunity.c | 4976 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 1); in testEqualInt8Arrays() 4977 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 4); in testEqualInt8Arrays() 4978 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testEqualInt8Arrays() 4979 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p2, 3); in testEqualInt8Arrays() 4980 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p3, 1); in testEqualInt8Arrays() 4989 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testNotEqualInt8Arrays()
|
/third_party/cJSON/tests/unity/test/tests/ |
D | testunity.c | 2326 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 1); in testEqualInt8Arrays() 2327 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 4); in testEqualInt8Arrays() 2328 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testEqualInt8Arrays() 2329 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p2, 3); in testEqualInt8Arrays() 2330 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p3, 1); in testEqualInt8Arrays() 2339 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testNotEqualInt8Arrays()
|
/third_party/cJSON/tests/unity/src/ |
D | unity.h | 241 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) … macro
|
/third_party/cJSON/tests/unity/docs/ |
D | UnityAssertionsReference.md | 424 ##### `TEST_ASSERT_EQUAL_INT8_ARRAY (expected, actual, num_elements)`
|
/third_party/unity/docs/ |
D | UnityAssertionsReference.md | 443 ##### `TEST_ASSERT_EQUAL_INT8_ARRAY (expected, actual, num_elements)`
|
/third_party/unity/src/ |
D | unity.h | 296 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) … macro
|