Home
last modified time | relevance | path

Searched refs:TestAPI (Results 1 – 25 of 46) sorted by relevance

12

/third_party/flutter/flutter/packages/flutter_test/test/
Dtest_async_utils_test.dart16 class TestAPI {
25 class TestAPISubclass extends TestAPI {
39 final TestAPI testAPI = TestAPI();
49 …real_test.expect(lines[2], matches(r'The guarded method "testGuard1" from class TestAPI was called…
50 …real_test.expect(lines[3], matches(r'Then, the "testGuard2" method \(also from class TestAPI\) was…
51 …lines[4], 'The first method (TestAPI.testGuard1) had not yet finished executing at the time that t…
53 …real_test.expect(lines[6], 'When the first method (TestAPI.testGuard1) was called, this was the st…
61 final TestAPI testAPI = TestAPISubclass();
71 …real_test.expect(lines[2], matches(r'^The guarded method "testGuard1" from class TestAPI was calle…
72 …real_test.expect(lines[3], matches(r'^Then, the "testGuard2" method \(also from class TestAPI\) wa…
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcstrtest.c25 static void TestAPI(void);
35 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI"); in addCStringTest()
43 static void TestAPI(void) in TestAPI() function
Dutexttst.c26 static void TestAPI(void);
33 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI"); in addUTextTest()
64 static void TestAPI(void) { in TestAPI() function
Dutmstest.c25 static void TestAPI(void);
34 addTest(root, &TestAPI, "tsformat/utmstest/TestAPI"); in addUtmsTest()
318 static void TestAPI(void) in TestAPI() function
Dcreststn.h62 static void TestAPI(void);
Dusettest.c18 static void TestAPI(void);
41 TEST(TestAPI); in addUSetTest()
82 static void TestAPI() { in TestAPI() function
Dutransts.c27 static void TestAPI(void);
46 TEST(TestAPI); in addUTransTest()
144 static void TestAPI() { in TestAPI() function
/third_party/icu/icu4c/source/test/intltest/
Dmsfmrgts.h49 void TestAPI(void);
Dcanittst.h46 void TestAPI();
Ditrbnf.h31 virtual void TestAPI();
Dcanittst.cpp40 CASE(2, TestAPI); in runIndexedTest()
304 void CanonicalIteratorTest::TestAPI() { in TestAPI() function in CanonicalIteratorTest
Dusettest.h56 void TestAPI(void);
Duts46test.cpp41 void TestAPI();
87 TESTCASE_AUTO(TestAPI); in runIndexedTest()
128 void UTS46Test::TestAPI() { in TestAPI() function in UTS46Test
Dnumfmtst.h75 void TestAPI(void);
Dmsfmrgts.cpp57 TESTCASE_AUTO(TestAPI); in runIndexedTest()
1017 void MessageFormatRegressionTest::TestAPI() { in TestAPI() function in MessageFormatRegressionTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/impl/
DCSCharacterIteratorTest.java24 public void TestAPI() { in TestAPI() method in CSCharacterIteratorTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DCSCharacterIteratorTest.java21 public void TestAPI() { in TestAPI() method in CSCharacterIteratorTest
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java46 public void TestAPI() in TestAPI() method in IntlTestSimpleDateFormatAPI
DIntlTestDateFormatAPI.java75 public void TestAPI() in TestAPI() method in IntlTestDateFormatAPI
DIntlTestNumberFormatAPI.java39 public void TestAPI() in TestAPI() method in IntlTestNumberFormatAPI
DIntlTestDecimalFormatAPI.java102 public void TestAPI() in TestAPI() method in IntlTestDecimalFormatAPI
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java49 public void TestAPI() in TestAPI() method in IntlTestSimpleDateFormatAPI
DIntlTestDateFormatAPI.java78 public void TestAPI() in TestAPI() method in IntlTestDateFormatAPI
DIntlTestNumberFormatAPI.java42 public void TestAPI() in TestAPI() method in IntlTestNumberFormatAPI
DIntlTestDecimalFormatAPI.java105 public void TestAPI() in TestAPI() method in IntlTestDecimalFormatAPI

12