Home
last modified time | relevance | path

Searched refs:UNIMPLEMENTED_METHOD (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DTestCases.java48 UNIMPLEMENTED_METHOD("call an unimplemented RPC method"), enumConstant
DTestServiceClient.java314 case UNIMPLEMENTED_METHOD: { in runTest()
DStressTestClient.java482 case UNIMPLEMENTED_METHOD: { in runTestCase()
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dmethods.py471 UNIMPLEMENTED_METHOD = 'unimplemented_method' variable in TestCase
501 elif self is TestCase.UNIMPLEMENTED_METHOD: