/external/webkit/WebKitTools/WebKitAPITest/ |
H A D | TestsController.h | 44 void addTest(PassOwnPtr<Test>);
|
H A D | Test.h | 51 const bool TEST_CLASS_NAME(testCaseName, testName)::initialized = (TestsController::shared().addTest(new TEST_CLASS_NAME(testCaseName, testName)), true); \
|
H A D | TestsController.cpp | 72 void TestsController::addTest(PassOwnPtr<Test> test) function in class:WebKitAPITest::TestsController
|
/external/junit/src/junit/framework/ |
H A D | TestSuite.java | 18 * suite.addTest(new MathTest("testAdd")); 19 * suite.addTest(new MathTest("testDivideByZero")); 126 addTest(warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()")); 131 addTest(warning("Class "+theClass.getName()+" is not public")); 145 addTest(warning("No tests found in "+theClass.getName())); 170 addTest(new TestSuite(classes[i])); 185 public void addTest(Test test) { method in class:TestSuite 193 addTest(new TestSuite(testClass)); 276 addTest(warning("Test method isn't public: "+m.getName())); 280 addTest(createTes [all...] |
/external/icu4c/test/cintltst/ |
H A D | cfintst.c | 68 addTest(root, &TestPrimary, "tscoll/cficoll/TestPrimary"); 69 addTest(root, &TestTertiary, "tscoll/cficoll/TestTertiary");
|
H A D | cjaptst.c | 108 addTest(root, &TestTertiary, "tscoll/cjacoll/TestTertiary"); 109 addTest(root, &TestBase, "tscoll/cjacoll/TestBase"); 110 addTest(root, &TestPlainDakutenHandakuten, "tscoll/cjacoll/TestPlainDakutenHandakuten"); 111 addTest(root, &TestSmallLarge, "tscoll/cjacoll/TestSmallLarge"); 112 addTest(root, &TestKatakanaHiragana, "tscoll/cjacoll/TestKatakanaHiragana"); 113 addTest(root, &TestChooonKigoo, "tscoll/cjacoll/TestChooonKigoo");
|
H A D | spreptst.c | 50 addTest(root, &Test_nfs4_cs_prep_data, "spreptst/Test_nfs4_cs_prep_data"); 51 addTest(root, &Test_nfs4_cis_prep_data, "spreptst/Test_nfs4_cis_prep_data"); 52 addTest(root, &Test_nfs4_mixed_prep_data, "spreptst/Test_nfs4_mixed_prep_data"); 53 addTest(root, &Test_nfs4_cs_prep, "spreptst/Test_nfs4_cs_prep"); 54 addTest(root, &Test_nfs4_cis_prep, "spreptst/Test_nfs4_cis_prep"); 55 addTest(root, &Test_nfs4_mixed_prep, "spreptst/Test_nfs4_mixed_prep"); 56 addTest(root, &TestBEAMWarning, "spreptst/TestBEAMWarning"); 57 addTest(root, &TestCoverage, "spreptst/TestCoverage"); 58 addTest(root, &TestStringPrepProfiles, "spreptst/TestStringPrepProfiles");
|
H A D | cestst.c | 79 addTest(root, &TestPrimary, "tscoll/cestst/TestPrimary"); 80 addTest(root, &TestTertiary, "tscoll/cestst/TestTertiary");
|
H A D | cturtst.c | 85 addTest(root, &TestPrimary, "tscoll/cturtst/TestPrimary"); 86 addTest(root, &TestTertiary, "tscoll/cturtst/TestTertiary");
|
H A D | cposxtst.c | 29 addTest(root, &TestMessageCatalog, "tsutil/cposxtst/TestMessageCatalog");
|
H A D | eurocreg.c | 17 addTest(root, &TestEuroRegression, "tsconv/eurocreg/TestEuroRegression");
|
H A D | usrchtst.c | 2552 addTest(root, &TestStart, "tscoll/usrchtst/TestStart"); 2553 addTest(root, &TestOpenClose, "tscoll/usrchtst/TestOpenClose"); 2554 addTest(root, &TestInitialization, "tscoll/usrchtst/TestInitialization"); 2555 addTest(root, &TestBasic, "tscoll/usrchtst/TestBasic"); 2556 addTest(root, &TestNormExact, "tscoll/usrchtst/TestNormExact"); 2557 addTest(root, &TestStrength, "tscoll/usrchtst/TestStrength"); 2558 addTest(root, &TestBreakIterator, "tscoll/usrchtst/TestBreakIterator"); 2559 addTest(root, &TestVariable, "tscoll/usrchtst/TestVariable"); 2560 addTest(root, &TestOverlap, "tscoll/usrchtst/TestOverlap"); 2561 addTest(roo [all...] |
H A D | cdtdptst.c | 36 addTest(root, &TestTwoDigitYearDSTParse, "tsformat/cdtdptst/TestTwoDigitYearDSTParse"); 37 addTest(root, &TestPartialParse994, "tsformat/cdtdptst/TestPartialParse994"); 38 addTest(root, &TestRunTogetherPattern985, "tsformat/cdtdptst/TestRunTogetherPattern985"); 39 addTest(root, &TestCzechMonths459, "tsformat/cdtdptst/TestCzechMonths459"); 40 addTest(root, &TestQuotePattern161, "tsformat/cdtdptst/TestQuotePattern161");
|
H A D | cg7coll.c | 128 addTest(root, &TestG7Locales, "tscoll/cg7coll/TestG7Locales"); 129 addTest(root, &TestDemo1, "tscoll/cg7coll/TestDemo1"); 130 addTest(root, &TestDemo2, "tscoll/cg7coll/TestDemo2"); 131 addTest(root, &TestDemo3, "tscoll/cg7coll/TestDemo3"); 132 addTest(root, &TestDemo4, "tscoll/cg7coll/TestDemo4");
|
H A D | cmsgtst.c | 1072 addTest(root, &OpenMessageFormatTest, "tsformat/cmsgtst/OpenMessageFormatTest"); 1073 addTest(root, &MessageFormatTest, "tsformat/cmsgtst/MessageFormatTest"); 1074 addTest(root, &TestSampleMessageFormat, "tsformat/cmsgtst/TestSampleMessageFormat"); 1075 addTest(root, &TestSampleFormatAndParse, "tsformat/cmsgtst/TestSampleFormatAndParse"); 1076 addTest(root, &TestSampleFormatAndParseWithError, "tsformat/cmsgtst/TestSampleFormatAndParseWithError"); 1077 addTest(root, &TestNewFormatAndParseAPI, "tsformat/cmsgtst/TestNewFormatAndParseAPI"); 1078 addTest(root, &TestMsgFormatChoice, "tsformat/cmsgtst/TestMsgFormatChoice"); 1079 addTest(root, &TestParseMessage, "tsformat/cmsgtst/TestParseMessage"); 1080 addTest(root, &TestMessageFormatWithValist, "tsformat/cmsgtst/TestMessageFormatWithValist"); 1081 addTest(roo [all...] |
H A D | cnmdptst.c | 42 addTest(root, &TestPatterns, "tsformat/cnmdptst/TestPatterns"); 43 addTest(root, &TestQuotes, "tsformat/cnmdptst/TestQuotes"); 44 addTest(root, &TestExponential, "tsformat/cnmdptst/TestExponential"); 45 addTest(root, &TestCurrencySign, "tsformat/cnmdptst/TestCurrencySign"); 46 addTest(root, &TestCurrency, "tsformat/cnmdptst/TestCurrency"); 47 addTest(root, &TestCurrencyPreEuro, "tsformat/cnmdptst/TestCurrencyPreEuro"); 48 addTest(root, &TestCurrencyObject, "tsformat/cnmdptst/TestCurrencyObject"); 49 addTest(root, &TestRounding487, "tsformat/cnmdptst/TestRounding487"); 50 addTest(root, &TestDoubleAttribute, "tsformat/cnmdptst/TestDoubleAttribute"); 51 addTest(roo [all...] |
H A D | cdetst.c | 93 addTest(root, &TestTertiary, "tscoll/cdetst/TestTertiary"); 94 addTest(root, &TestPrimary, "tscoll/cdetst/TestPrimary");
|
H A D | putiltst.c | 441 addTest(root, &TestPUtilAPI, "putiltst/TestPUtilAPI"); 442 addTest(root, &TestVersion, "putiltst/TestVersion"); 443 addTest(root, &TestCompareVersions, "putiltst/TestCompareVersions"); 444 /* addTest(root, &testIEEEremainder, "putiltst/testIEEEremainder"); */ 445 addTest(root, &TestErrorName, "putiltst/TestErrorName");
|
H A D | sorttest.c | 88 addTest(root, &SortTest, "tsutil/sorttest/SortTest");
|
H A D | stdnmtst.c | 33 addTest(root, &TestStandardName, "tsconv/stdnmtst/TestStandardName"); 34 addTest(root, &TestStandardNames, "tsconv/stdnmtst/TestStandardNames"); 35 addTest(root, &TestCanonicalName, "tsconv/stdnmtst/TestCanonicalName");
|
H A D | uenumtst.c | 304 addTest(root, &EnumerationTest, "tsutil/uenumtst/EnumerationTest"); 305 addTest(root, &EmptyEnumerationTest, "tsutil/uenumtst/EmptyEnumerationTest"); 306 addTest(root, &DefaultNextTest, "tsutil/uenumtst/DefaultNextTest");
|
H A D | callcoll.c | 198 addTest(root, &TestPrimary, "tscoll/callcoll/TestPrimary"); 199 addTest(root, &TestSecondary, "tscoll/callcoll/TestSecondary"); 200 addTest(root, &TestTertiary, "tscoll/callcoll/TestTertiary"); 201 addTest(root, &TestIdentical, "tscoll/callcoll/TestIdentical"); 202 addTest(root, &TestExtra, "tscoll/callcoll/TestExtra"); 203 addTest(root, &TestJB581, "tscoll/callcoll/TestJB581"); 204 addTest(root, &TestVariableTop, "tscoll/callcoll/TestVariableTop"); 205 addTest(root, &TestSurrogates, "tscoll/callcoll/TestSurrogates"); 206 addTest(root, &TestInvalidRules, "tscoll/callcoll/TestInvalidRules"); 207 addTest(roo [all...] |
/external/icu4c/tools/ctestfw/unicode/ |
H A D | ctest.h | 112 * addTest(&root, &mytest, "/a/b/mytest" ); 120 addTest(TestNode** root,
|
/external/icu4c/test/iotest/ |
H A D | filetst.c | 1510 addTest(root, &TestFile, "file/TestFile"); 1512 addTest(root, &StdinBuffering, "file/StdinBuffering"); 1513 addTest(root, &TestfgetsBuffers, "file/TestfgetsBuffers"); 1514 addTest(root, &TestFileReadBuffering, "file/TestFileReadBuffering"); 1515 addTest(root, &TestfgetsLineCount, "file/TestfgetsLineCount"); 1516 addTest(root, &TestfgetsNewLineHandling, "file/TestfgetsNewLineHandling"); 1517 addTest(root, &TestfgetsNewLineCount, "file/TestfgetsNewLineCount"); 1518 addTest(root, &TestFgetsLineBuffering, "file/TestFgetsLineBuffering"); 1519 addTest(root, &TestCodepage, "file/TestCodepage"); 1520 addTest(roo [all...] |
H A D | trnstst.c | 310 addTest(root, &TestTranslitOps, "translit/ops"); 312 addTest(root, &TestTranslitFileOut, "translit/fileOut"); 313 addTest(root, &TestTranslitStringOut, "translit/stringOut");
|