Lines Matching refs:expect

29     expect(recvd_rpc).to_not eq nil
33 expect(server_batch.send_metadata).to be true
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)
81 expect(client_batch.send_metadata).to be true
82 expect(client_batch.send_message).to be true
83 expect(client_batch.send_close).to be true
93 expect(server_batch.message).to eq(sent_message)
94 expect(server_batch.send_close).to be true
95 expect(server_batch.send_status).to be true
101 expect(final_client_batch.metadata).to eq({})
102 expect(final_client_batch.status.code).to eq(0)
119 expect(client_batch.send_metadata).to be true
120 expect(client_batch.send_message).to be true
121 expect(client_batch.send_close).to be true
132 expect(server_batch.message).to eq(sent_message)
133 expect(server_batch.send_close).to be true
134 expect(server_batch.send_message).to be true
135 expect(server_batch.send_status).to be true
142 expect(final_client_batch.metadata).to eq({})
143 expect(final_client_batch.message).to eq(reply_text)
144 expect(final_client_batch.status.code).to eq(0)
164 expect(client_batch.send_metadata).to be true
165 expect(client_batch.send_message).to be true
166 expect(client_batch.send_close).to be true
177 expect(server_batch.message).to eq(long_request_str)
178 expect(server_batch.send_close).to be true
179 expect(server_batch.send_message).to be true
180 expect(server_batch.send_status).to be true
188 expect(final_client_batch.metadata).to eq({})
189 expect(final_client_batch.message).to eq long_response_str
190 expect(final_client_batch.status.code).to eq(0)
207 expect(client_batch.send_metadata).to be true
208 expect(client_batch.send_message).to be true
209 expect(client_batch.send_close).to be true
218 expect(server_batch.message).to eq nil
219 expect(server_batch.send_status).to be true
224 expect(final_client_batch.metadata).to eq({})
225 expect(final_client_batch.status.code).to eq(0)
241 expect(client_batch.send_metadata).to be true
242 expect(client_batch.send_message).to be true
253 expect(server_batch.message).to eq sent_message
254 expect(server_batch.send_status).to be true
255 expect(server_batch.send_message).to be true
265 expect(final_client_batch.send_close).to be true
266 expect(final_client_batch.message).to eq reply_text
267 expect(final_client_batch.status).to eq the_status
274 expect(final_server_batch.send_close).to be true
291 expect(client_batch.send_metadata).to be true
292 expect(client_batch.metadata).to eq({})
301 expect(server_batch.send_close).to be true
308 expect(client_batch.status.code).to be expected_code
309 expect(client_batch.status.details).to eq expected_details
362 expect(&blk).to raise_error
379 expect(client_batch.send_metadata).to be true
383 expect(recvd_rpc).to_not eq nil
386 expect(recvd_md).to eq(recvd_md.merge(replace_symbols))
393 expect(final_server_batch.send_close).to be(true)
394 expect(final_server_batch.send_metadata).to be(true)
395 expect(final_server_batch.send_status).to be(true)
400 expect(final_client_batch.metadata).to eq({})
401 expect(final_client_batch.status.code).to eq(0)
439 expect(recvd_rpc).to_not eq nil
446 expect(&blk).to raise_error
467 expect(client_batch.send_metadata).to be true
468 expect(client_batch.send_close).to be true
472 expect(recvd_rpc).to_not eq nil
481 expect(srv_batch.send_close).to be true
482 expect(srv_batch.send_metadata).to be true
483 expect(srv_batch.send_status).to be true
492 expect(final_client_batch.metadata).to eq({})
493 expect(final_client_batch.status.code).to eq(0)
511 expect(client_batch.send_metadata).to be true
512 expect(client_batch.send_close).to be true
516 expect(recvd_rpc).to_not eq nil
524 expect(srv_batch.send_close).to be true
525 expect(srv_batch.send_metadata).to be true
526 expect(srv_batch.send_status).to be true
535 expect(final_client_batch.metadata).to eq(replace_symbols)
536 expect(final_client_batch.status.code).to eq(0)
619 expect(client_batch.send_metadata).to be true
620 expect(client_batch.send_close).to be true
624 expect(recvd_rpc).to_not eq nil
627 expect(recvd_md).to eq(recvd_md.merge(replace_symbols))
637 expect(final_server_batch.send_close).to be(true)
638 expect(final_server_batch.send_metadata).to be(true)
639 expect(final_server_batch.send_status).to be(true)
644 expect(final_client_batch.metadata).to eq({})
645 expect(final_client_batch.status.code).to eq(0)