Searched refs:EchoService (Results 1 – 7 of 7) sorted by relevance
204 @srv.handle(EchoService)213 @srv.handle(EchoService)248 r.handle(EchoService)265 @srv.handle(EchoService)268 expect { @srv.handle(EchoService) }.to raise_error274 @srv.handle(EchoService)279 expect { @srv.handle(EchoService) }.to raise_error291 @srv.handle(EchoService)292 expect { r.handle(EchoService) }.to raise_error298 let(:marshal) { EchoService.rpc_descs[:an_rpc].marshal_proc }[all …]
20 let(:service) { EchoService }
20 let(:service) { EchoService.new(trailing_metadata) }
36 class EchoService class80 EchoStub = EchoService.rpc_stub_class
24 @srv.handle(EchoService)
63 service EchoService { service
7 For instance, consider an EchoService like this: