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

  /external/grpc-grpc/src/ruby/spec/generic/
server_interceptors_spec.rb 41 expect(stub.an_rpc(request)).to be_a(EchoMsg)
61 expect(msg).to be_a(EchoMsg)
76 expect(stub.a_client_streaming_rpc(requests)).to be_a(EchoMsg)
96 expect(msg).to be_a(EchoMsg)
113 expect(r).to be_a(EchoMsg)
131 expect(r).to be_a(EchoMsg)
153 expect(r).to be_a(EchoMsg)
171 expect(r).to be_a(EchoMsg)
203 expect(stub.an_rpc(request)).to be_a(EchoMsg)
214 expect(stub.an_rpc(request)).to be_a(EchoMsg
    [all...]
client_interceptors_spec.rb 36 expect(stub.an_rpc(request)).to be_a(EchoMsg)
49 expect(stub.an_rpc(request)).to be_a(EchoMsg)
64 expect(stub.a_client_streaming_rpc(requests)).to be_a(EchoMsg)
78 expect(stub.a_client_streaming_rpc(requests)).to be_a(EchoMsg)
95 expect(r).to be_a(EchoMsg)
112 expect(r).to be_a(EchoMsg)
130 expect(r).to be_a(EchoMsg)
147 expect(r).to be_a(EchoMsg)
service_spec.rb 76 expect(c.rpc_descs[:AnRpc]).to be_a(GRPC::RpcDesc)
87 expect(c.rpc_descs[:AnRpc]).to be_a(GRPC::RpcDesc)
rpc_server_spec.rb 338 expect(error).to be_a(GRPC::BadStatus)
352 n.times { expect(stub.an_rpc(req)).to be_a(EchoMsg) }
365 .to be_a(EchoMsg)
384 expect(resp).to be_a(EchoMsg)
465 n.times { expect(q.pop).to be_a(EchoMsg) }
555 expect(op.execute).to be_a(EchoMsg)
615 expect(op.execute).to be_a(EchoMsg)
642 expect(call.peer).to be_a(String)
664 expect(call.metadata).to be_a(Hash)
665 expect(call.metadata['user-agent']).to be_a(String
    [all...]
client_stub_spec.rb 316 expect(@op).to be_a(GRPC::ActiveCall::Operation)
415 expect(@op).to be_a(GRPC::ActiveCall::Operation)
541 expect(e).to be_a(Enumerator)
556 expect(@op).to be_a(GRPC::ActiveCall::Operation)
559 expect(e).to be_a(Enumerator)
859 expect(e).to be_a(Enumerator)
875 expect(@op).to be_a(GRPC::ActiveCall::Operation)
878 expect(e).to be_a(Enumerator)
    [all...]
active_call_spec.rb 468 expect(client_call.each_remote_read).to be_a(Enumerator)
  /external/grpc-grpc/src/ruby/spec/
channel_connection_spec.rb 42 expect(stub.an_rpc(req)).to be_a(EchoMsg)
47 expect(stub.an_rpc(req)).to be_a(EchoMsg)
time_consts_spec.rb 32 expect(m.const_get(c).to_time).to be_a(Time)
channel_spec.rb 216 expect(GRPC::Core::Channel::SSL_TARGET).to be_a(Symbol)
client_server_spec.rb 52 expect(@ch.target).to be_a(String)
58 expect(new_client_call.peer).to be_a(String)
64 expect(call.peer).to be_a(String)

Completed in 67 milliseconds