Home
last modified time | relevance | path

Searched refs:new_core_server_for_testing (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/ruby/spec/
H A Dserver_spec.rb33 blk = proc { new_core_server_for_testing(nil).start }
38 s = new_core_server_for_testing(nil)
103 s = new_core_server_for_testing(nil)
112 s = new_core_server_for_testing(nil)
126 s = new_core_server_for_testing(nil)
135 s = new_core_server_for_testing(nil)
148 s = new_core_server_for_testing(nil)
157 s = new_core_server_for_testing(nil)
168 expect { new_core_server_for_testing(nil) }.to_not raise_error
219 proc { new_core_server_for_testing(a) }
[all …]
H A Dclient_server_spec.rb557 @server = new_core_server_for_testing(nil)
590 @server = new_core_server_for_testing(nil)
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/support/
H A Dhelpers.rb90 def new_core_server_for_testing(server_args) method
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/generic/
H A Dclient_stub_spec.rb1064 @server = new_core_server_for_testing(nil)
1069 @server = new_core_server_for_testing(nil)
H A Dactive_call_spec.rb43 @server = new_core_server_for_testing(nil)