Searched refs:testCases (Results 1 - 25 of 92) sorted by relevance

1234

/external/testng/src/test/java/test/tmp/
H A DTestCaseFactory.java15 Object[] testCases = new Object[1];
16 testCases[0] = new MyTestClass() {
18 return testCases;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DTestStringPrepProfiles.java36 private static String[][] testCases = { field in class:TestStringPrepProfiles
147 for (int i = 0; i < testCases.length; i++) {
148 for (int j = 0; j < testCases[i].length; j++) {
150 profileName = testCases[i][j];
154 src = testCases[i][j];
155 expected = testCases[i][++j];
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestStringPrepProfiles.java35 private static String[][] testCases = { field in class:TestStringPrepProfiles
146 for (int i = 0; i < testCases.length; i++) {
147 for (int j = 0; j < testCases[i].length; j++) {
149 profileName = testCases[i][j];
153 src = testCases[i][j];
154 expected = testCases[i][++j];
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.system_complete/
H A Dsystem_complete.pass.cpp43 const path testCases[] = { local
50 for (auto& p : testCases) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
H A DTestStreaming.java44 static final TestCase[] testCases = { field in class:TestStreaming
82 int nTests = testCases.length, nLevels = paraLevels.length;
94 src = testCases[i].textIn;
96 chunk = testCases[i].chunk;
97 nPortions = testCases[i].nPortions[levelIndex];
120 processedLen != testCases[i].portionLens[levelIndex][j];
135 testCases[i].message[levelIndex] + " }\n");
H A DTestReorderRunsOnly.java37 static final TestCase testCases[] = { field in class:TestReorderRunsOnly
132 for (i = 0, nCases = testCases.length; i < nCases; i++) {
133 src = testCases[i].textIn;
144 testCases[i].textOut[option][level],
147 if ((option == 0) && (testCases[i].noroundtrip[level] > 0)) {
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestStreaming.java43 static final TestCase[] testCases = { field in class:TestStreaming
81 int nTests = testCases.length, nLevels = paraLevels.length;
93 src = testCases[i].textIn;
95 chunk = testCases[i].chunk;
96 nPortions = testCases[i].nPortions[levelIndex];
119 processedLen != testCases[i].portionLens[levelIndex][j];
134 testCases[i].message[levelIndex] + " }\n");
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status_known/
H A Dstatus_known.pass.cpp41 const TestCase testCases[] = { local
53 for (auto& TC : testCases) {
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditransformtst.c278 static const UBidiTestCases testCases[] = { local
391 uint32_t i, nTestCases = sizeof(testCases) / sizeof(testCases[0]);
402 expectedStr = testCases[i].pReorderAndMirror;
404 testCases[i].inLevel, testCases[i].inOr,
405 testCases[i].outLevel, testCases[i].outOr,
407 verifyResultsForAllOpt(&testCases[i], src, dest, expectedStr, U_SHAPE_DIGITS_NOOP,
411 expectedStr = digits[j] == U_SHAPE_DIGITS_ALEN2AN_INIT_LR ? testCases[
[all...]
H A Dcg7coll.c68 const static UChar testCases[][MAX_TOKEN_LEN] = { variable
190 doTest(myCollation, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS);
222 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS);
252 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS);
282 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS);
311 doTest(myCollation, testCases[result
[all...]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_symlink/
H A Dis_symlink.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
70 const TestCase testCases[] = { local
77 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove/
H A Dremove.pass.cpp63 const path testCases[] = { local
69 for (auto& p : testCases) {
84 const path testCases[] = { local
90 for (auto& p : testCases) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DG7CollationTest.java28 private static String[] testCases = { field in class:G7CollationTest
84 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
111 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
139 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
166 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
197 doTest(tblColl1, testCases[result
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DG7CollationTest.java27 private static String[] testCases = { field in class:G7CollationTest
83 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1);
110 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1);
138 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1);
165 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1);
196 doTest(tblColl1, testCases[result
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dg7coll.cpp21 static const UChar testCases[][G7CollationTest::MAX_TOKEN_LEN] = { variable
143 doTest(myCollation.getAlias(), testCases[results[i][j]], testCases[results[i][n]], Collator::LESS);
175 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS);
209 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS);
243 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS);
272 doTest(myCollation, testCases[result
[all...]
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.file_size/
H A Dfile_size.pass.cpp65 const path testCases[] = { local
72 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_block_file/
H A Dis_block_file.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_char_file/
H A Dis_character_file.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_directory/
H A Dis_directory.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_fifo/
H A Dis_fifo.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_other/
H A Dis_other.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_regular_file/
H A Dis_regular_file.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.is_socket/
H A Dis_socket.pass.cpp46 const TestCase testCases[] = { local
58 for (auto& TC : testCases) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java159 boolean truncate, String[] testCases) {
165 for(int i = 0; i < testCases.length ;i+=3) {
166 boolean expectAvail = T_STR.equals(testCases[i+0]);
167 ULocale inLocale = new ULocale(testCases[i+1]);
168 ULocale expectLocale = new ULocale(testCases[i+2]);
158 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleCollationTest.java158 boolean truncate, String[] testCases) {
164 for(int i = 0; i < testCases.length ;i+=3) {
165 boolean expectAvail = T_STR.equals(testCases[i+0]);
166 ULocale inLocale = new ULocale(testCases[i+1]);
167 ULocale expectLocale = new ULocale(testCases[i+2]);
157 getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, boolean truncate, String[] testCases) argument

Completed in 413 milliseconds

1234