Home
last modified time | relevance | path

Searched refs:TEST_ASSERT_EQUAL_INT8_ARRAY (Results 1 – 7 of 7) sorted by relevance

/third_party/unity/test/tests/
Dtest_unity_arrays.c1903 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()
Dtestunity.c4976 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/
Dtestunity.c2326 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/
Dunity.h241 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) … macro
/third_party/cJSON/tests/unity/docs/
DUnityAssertionsReference.md424 ##### `TEST_ASSERT_EQUAL_INT8_ARRAY (expected, actual, num_elements)`
/third_party/unity/docs/
DUnityAssertionsReference.md443 ##### `TEST_ASSERT_EQUAL_INT8_ARRAY (expected, actual, num_elements)`
/third_party/unity/src/
Dunity.h296 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) … macro