Home
last modified time | relevance | path

Searched defs:runTestCase (Results 1 – 5 of 5) sorted by relevance

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
DTestUtils.java19 static void runTestCase(TestCase testCase) { in runTestCase() method in TestUtils
23 static void runTestCase(Mf2FunctionRegistry customFunctionsRegistry, TestCase testCase) { in runTestCase() method in TestUtils
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DTestUtils.java18 static void runTestCase(TestCase testCase) { in runTestCase() method in TestUtils
22 static void runTestCase(Mf2FunctionRegistry customFunctionsRegistry, TestCase testCase) { in runTestCase() method in TestUtils
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp245 void runTestCase() { in runTestCase() function
/external/libcxx/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp246 void runTestCase() { in runTestCase() function
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DStressTestClient.java455 private void runTestCase(Tester tester, TestCases testCase) throws Exception { in runTestCase() method in StressTestClient.Worker