Home
last modified time | relevance | path

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

/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/message2/
DTestUtils.java43 static void runTestCase(TestCase testCase) { in runTestCase() method in TestUtils
47 static void runTestCase(MFFunctionRegistry customFunctionsRegistry, TestCase testCase) { in runTestCase() method in TestUtils
138 static void runTestCase(DefaultTestProperties defaults, Unit unit) { in runTestCase() method in TestUtils
142 static void runTestCase(DefaultTestProperties defaults, Unit unit, Param[] params) { in runTestCase() method in TestUtils
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
DTestUtils.java44 static void runTestCase(TestCase testCase) { in runTestCase() method in TestUtils
48 static void runTestCase(MFFunctionRegistry customFunctionsRegistry, TestCase testCase) { in runTestCase() method in TestUtils
139 static void runTestCase(DefaultTestProperties defaults, Unit unit) { in runTestCase() method in TestUtils
143 static void runTestCase(DefaultTestProperties defaults, Unit unit, Param[] params) { in runTestCase() method in TestUtils
/external/google-cloud-java/java-dialogflow-cx/grpc-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DTestCasesGrpc.java730 default void runTestCase( in runTestCase() method
985 public void runTestCase( in runTestCase() method in TestCasesGrpc.TestCasesStub
1220 public com.google.longrunning.Operation runTestCase( in runTestCase() method in TestCasesGrpc.TestCasesBlockingStub
1434 runTestCase(com.google.cloud.dialogflow.cx.v3beta1.RunTestCaseRequest request) { in runTestCase() method in TestCasesGrpc.TestCasesFutureStub
/external/google-cloud-java/java-dialogflow-cx/grpc-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DTestCasesGrpc.java720 default void runTestCase( in runTestCase() method
968 public void runTestCase( in runTestCase() method in TestCasesGrpc.TestCasesStub
1200 public com.google.longrunning.Operation runTestCase( in runTestCase() method in TestCasesGrpc.TestCasesBlockingStub
1413 runTestCase(com.google.cloud.dialogflow.cx.v3.RunTestCaseRequest request) { in runTestCase() method in TestCasesGrpc.TestCasesFutureStub
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3/
DMockTestCasesImpl.java168 public void runTestCase(RunTestCaseRequest request, StreamObserver<Operation> responseObserver) { in runTestCase() method in MockTestCasesImpl
/external/google-cloud-java/java-dialogflow-cx/google-cloud-dialogflow-cx/src/test/java/com/google/cloud/dialogflow/cx/v3beta1/
DMockTestCasesImpl.java168 public void runTestCase(RunTestCaseRequest request, StreamObserver<Operation> responseObserver) { in runTestCase() method in MockTestCasesImpl
/external/cronet/tot/third_party/libc++/src/test/libcxx/utilities/function.objects/func.require/
Dbullet_7.pass.cpp245 void runTestCase() { in runTestCase() function
/external/cronet/stable/third_party/libc++/src/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.java457 private void runTestCase(Tester tester, TestCases testCase) throws Exception { in runTestCase() method in StressTestClient.Worker
/external/icu/icu4c/source/test/intltest/
Dmessageformat2test_utils.h219 static void runTestCase(IntlTest& tmsg, in runTestCase() function
/external/angle/src/tests/gl_tests/
DTextureTest.cpp14870 auto runTestCase = [&](auto texData, GLenum format, const char *samplerType) { in TEST_P() local