Searched refs:TestServerInterceptor (Results 1 – 3 of 3) sorted by relevance
18 let(:interceptor) { TestServerInterceptor.new }35 let(:interceptor2) { TestServerInterceptor.new }36 let(:interceptor3) { TestServerInterceptor.new }
17 let(:interceptor) { TestServerInterceptor.new }183 let(:interceptor2) { TestServerInterceptor.new }184 let(:interceptor3) { TestServerInterceptor.new }
76 class TestServerInterceptor < GRPC::ServerInterceptor class