Home
last modified time | relevance | path

Searched defs:mockService (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/php/tests/unit_tests/
DRpcServerTest.php29 private $mockService; variable in RpcServerTest
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DServiceTest.java52 TestService mockService = Mockito.mock(TestService.class); in testCallMethod() local
78 TestService mockService = Mockito.mock(TestService.class); in testGetPrototype() local