Home
last modified time | relevance | path

Searched refs:unimplementedMethod (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DInteropTask.java132 tester.unimplementedMethod(); in runTest()
/external/grpc-grpc/src/php/tests/interop/
Dinterop_client.php513 function unimplementedMethod($stub) function
662 unimplementedMethod($stub);
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestServiceClient.java315 tester.unimplementedMethod(); in runTest()
DStressTestClient.java483 tester.unimplementedMethod(); in runTestCase()
DAbstractInteropTest.java1568 public void unimplementedMethod() { in unimplementedMethod() method in AbstractInteropTest