Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_arrays.c1939 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 1); in testEqualInt8Arrays()
1940 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p0, 4); in testEqualInt8Arrays()
1941 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testEqualInt8Arrays()
1942 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p2, 3); in testEqualInt8Arrays()
1943 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p3, 1); in testEqualInt8Arrays()
1952 TEST_ASSERT_EQUAL_INT8_ARRAY(p0, p1, 4); in testNotEqualInt8Arrays()
/third_party/cJSON/tests/unity/test/tests/
H A 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/
H A Dunity.h241 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT8_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h306 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_INT8_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro

Completed in 17 milliseconds