Home
last modified time | relevance | path

Searched refs:testStrings (Results 1 - 10 of 10) sorted by relevance

/third_party/unity/test/tests/
H A Dtest_unity_strings.c177 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testEqualStringArrays() local
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()
188 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray1() local
192 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray1()
198 const char *testStrings[] = { "zoo", "boo", "woo", "moo" }; in testNotEqualStringArray2() local
202 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray2()
208 const char *testStrings[] = { "foo", "boo", "woo", NULL }; in testNotEqualStringArray3() local
212 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, in testNotEqualStringArray3()
218 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; testNotEqualStringArray4() local
228 const char **testStrings = NULL; testNotEqualStringArray5() local
238 const char *testStrings[] = { "foo", "boo", "woo", "zoo" }; testNotEqualStringArray6() local
248 const char **testStrings = NULL; testEqualStringArrayIfBothNulls() local
256 const char *testStrings[] = {NULL}; testNotEqualStringArrayLengthZero() local
278 const char *testStrings[] = { "foo", "foo", "foo", "moo" }; testNotEqualStringEachEqual1() local
287 const char *testStrings[] = { "boo", "foo", "foo", "foo" }; testNotEqualStringEachEqual2() local
296 const char *testStrings[] = { "foo", "foo", "foo", NULL }; testNotEqualStringEachEqual3() local
305 const char *testStrings[] = { "foo", "foo", "woo", "foo" }; testNotEqualStringEachEqual4() local
[all...]
/third_party/cJSON/tests/unity/test/tests/
H A Dtestunity.c1845 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testEqualStringArrays() local
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()
1856 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; in testNotEqualStringArray1() local
1860 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray1()
1866 const char *testStrings[] = { "zoo", "boo", "woo", "moo" }; in testNotEqualStringArray2() local
1870 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, 4); in testNotEqualStringArray2()
1876 const char *testStrings[] = { "foo", "boo", "woo", NULL }; in testNotEqualStringArray3() local
1880 TEST_ASSERT_EQUAL_STRING_ARRAY(expStrings, testStrings, in testNotEqualStringArray3()
1886 const char *testStrings[] = { "foo", "boo", "woo", "moo" }; testNotEqualStringArray4() local
1896 const char **testStrings = NULL; testNotEqualStringArray5() local
1906 const char *testStrings[] = { "foo", "boo", "woo", "zoo" }; testNotEqualStringArray6() local
1916 const char **testStrings = NULL; testEqualStringArrayIfBothNulls() local
1924 const char *testStrings[] = {NULL}; testNotEqualStringArrayLengthZero() local
1946 const char *testStrings[] = { "foo", "foo", "foo", "moo" }; testNotEqualStringEachEqual1() local
1955 const char *testStrings[] = { "boo", "foo", "foo", "foo" }; testNotEqualStringEachEqual2() local
1964 const char *testStrings[] = { "foo", "foo", "foo", NULL }; testNotEqualStringEachEqual3() local
1973 const char *testStrings[] = { "foo", "foo", "woo", "foo" }; testNotEqualStringEachEqual4() local
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationRegressionTest.java1104 String[] testStrings = new String[] { in Test4244884()
1116 for (int i = 1; i < testStrings.length; i++) { in Test4244884()
1117 if (coll.compare(testStrings[i - 1], testStrings[i]) >= 0) { in Test4244884()
1118 errln("error: \"" + testStrings[i - 1] in Test4244884()
1119 + "\" is greater than or equal to \"" + testStrings[i] in Test4244884()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationRegressionTest.java1107 String[] testStrings = new String[] { in Test4244884()
1119 for (int i = 1; i < testStrings.length; i++) { in Test4244884()
1120 if (coll.compare(testStrings[i - 1], testStrings[i]) >= 0) { in Test4244884()
1121 errln("error: \"" + testStrings[i - 1] in Test4244884()
1122 + "\" is greater than or equal to \"" + testStrings[i] in Test4244884()
/third_party/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c374 static const char *testStrings[] = { in TestBufferOverflow() local
405 for (idx = 0; idx < UPRV_LENGTHOF(testStrings); idx++) { in TestBufferOverflow()
407 ucsdet_setText(csd, testStrings[idx], -1, &status); in TestBufferOverflow()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java278 byte testStrings[][] = { in TestBufferOverflow()
305 for (int idx = 0; idx < testStrings.length; idx += 1) { in TestBufferOverflow()
306 det.setText(testStrings[idx]); in TestBufferOverflow()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
H A DTestCharsetDetector.java275 byte testStrings[][] = { in TestBufferOverflow()
302 for (int idx = 0; idx < testStrings.length; idx += 1) { in TestBufferOverflow()
303 det.setText(testStrings[idx]); in TestBufferOverflow()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUnicodeSetTest.java1186 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings()
1196 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings()
1197 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUnicodeSetTest.java1200 String[][] testStrings = {{"x", "none"}, in TestUnicodeSetStrings()
1210 for (int i = 0; i < testStrings.length; ++i) { in TestUnicodeSetStrings()
1211 check(uset, testStrings[i][0], testStrings[i][1]); in TestUnicodeSetStrings()
/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py2274 def testStrings(self): member in ByteSizeTest

Completed in 24 milliseconds