Home | History | Annotate | Download | only in intltest

Lines Matching refs:TESTCLASS

58 #define TESTCLASS(n,classname)        \
76 TESTCLASS(0, CollationEnglishTest);
77 TESTCLASS(1, CollationFrenchTest);
78 TESTCLASS(2, CollationGermanTest);
79 TESTCLASS(3, CollationSpanishTest);
80 TESTCLASS(4, CollationKanaTest);
81 TESTCLASS(5, CollationTurkishTest);
82 TESTCLASS(6, CollationDummyTest);
83 TESTCLASS(7, G7CollationTest);
84 TESTCLASS(8, CollationMonkeyTest);
85 TESTCLASS(9, CollationAPITest);
86 TESTCLASS(10, CollationRegressionTest);
87 TESTCLASS(11, CollationCurrencyTest);
88 TESTCLASS(12, CollationIteratorTest);
89 TESTCLASS(13, CollationThaiTest);
90 TESTCLASS(14, LotusCollationKoreanTest);
91 TESTCLASS(15, StringSearchTest);
92 TESTCLASS(16, ContractionTableTest);
94 TESTCLASS(17, DataDrivenCollatorTest);
96 TESTCLASS(18, UCAConformanceTest);
97 TESTCLASS(19, CollationServiceTest);
98 TESTCLASS(20, CollationFinnishTest); // removed by weiv - we have changed Finnish collation
99 //TESTCLASS(21, RandomCollatorTest); // See ticket 5747 about reenabling this test.
100 TESTCLASS(21, SSearchTest);
101 TESTCLASS(22, AlphabeticIndexTest);