Searched refs:remote_read (Results 1 – 3 of 3) sorted by relevance
117 expect(server_call.remote_read).to eq(msg)142 expect(server_call.remote_read).to eq('marshalled:' + msg)172 expect(server_call.remote_read).to eq('marshalled:' + msg)356 describe '#remote_read', remote_read: true do366 expect(client_call.remote_read).to eq('server_response')381 client_call.remote_read397 client_call.remote_read440 expect(client_call.remote_read).to eq('server_response')441 res = client_call.remote_read457 expect(client_call.remote_read).to eq('unmarshalled:server_response')[all …]
505 expect(c.remote_read).to eq(expected_input)691 m = server_call.remote_read793 expect(server_call.remote_read).to eq('first message')976 expect(c.remote_read).to eq(expected_input)988 expected_inputs.each { |i| expect(c.remote_read).to eq(i) }1008 expect(c.remote_read).to eq(i)1012 expect(c.remote_read).to eq(i)1029 expected_inputs.each { |i| expect(c.remote_read).to eq(i) }1048 expect(c.remote_read).to eq(expected_input)
222 req = remote_read251 def remote_read method in GRPC.ActiveCall294 resp = remote_read328 remote_read