Home
last modified time | relevance | path

Searched refs:TestServerInterceptor (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/ruby/spec/generic/
Dinterceptor_registry_spec.rb18 let(:interceptor) { TestServerInterceptor.new }
35 let(:interceptor2) { TestServerInterceptor.new }
36 let(:interceptor3) { TestServerInterceptor.new }
Dserver_interceptors_spec.rb17 let(:interceptor) { TestServerInterceptor.new }
183 let(:interceptor2) { TestServerInterceptor.new }
184 let(:interceptor3) { TestServerInterceptor.new }
/external/grpc-grpc/src/ruby/spec/support/
Dservices.rb76 class TestServerInterceptor < GRPC::ServerInterceptor class