Home
last modified time | relevance | path

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

/third_party/unity/test/tests/
H A Dtest_unity_strings.c180 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, expStrings, 3); in testEqualStringArrays()
181 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 3); in testEqualStringArrays()
182 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 2); in testEqualStringArrays()
183 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 1); in testEqualStringArrays()
192 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray1()
202 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray2()
212 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray3()
222 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray4()
232 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray5()
242 TEST_ASSERT_EQUAL_STRING_ARRAY(expString in testNotEqualStringArray6()
[all...]
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1848 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, expStrings, 3); in testEqualStringArrays()
1849 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 3); in testEqualStringArrays()
1850 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 2); in testEqualStringArrays()
1851 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 1); in testEqualStringArrays()
1860 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray1()
1870 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray2()
1880 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray3()
1890 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray4()
1900 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray5()
1910 TEST_ASSERT_EQUAL_STRING_ARRAY(expString in testNotEqualStringArray6()
[all...]
/third_party/cJSON/tests/unity/src/
H A Dunity.h256 #define TEST_ASSERT_EQUAL_STRING_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_STRING_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro
/third_party/unity/src/
H A Dunity.h322 #define TEST_ASSERT_EQUAL_STRING_ARRAY(expected, actual, num_elements) UNITY_TEST_ASSERT_EQUAL_STRING_ARRAY((expected), (actual), (num_elements), __LINE__, NULL) macro

Completed in 11 milliseconds