HomeSort by relevance Sort by last modified time
    Searched refs:TestServerInterceptor (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/ruby/spec/generic/
interceptor_registry_spec.rb 18 let(:interceptor) { TestServerInterceptor.new }
35 let(:interceptor2) { TestServerInterceptor.new }
36 let(:interceptor3) { TestServerInterceptor.new }
server_interceptors_spec.rb 17 let(:interceptor) { TestServerInterceptor.new }
183 let(:interceptor2) { TestServerInterceptor.new }
184 let(:interceptor3) { TestServerInterceptor.new }
  /external/grpc-grpc/src/ruby/spec/support/
services.rb 76 class TestServerInterceptor < GRPC::ServerInterceptor

Completed in 1669 milliseconds