Searched defs:TestClient (Results 1 – 1 of 1) sorted by relevance
10 pub type TestClient = TestServiceClient<Channel>; typedef21 pub async fn empty_unary(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in empty_unary()40 pub async fn large_unary(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in large_unary()84 pub async fn client_streaming(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in client_streaming()111 pub async fn server_streaming(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in server_streaming()153 pub async fn ping_pong(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in ping_pong()209 pub async fn empty_stream(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in empty_stream()230 pub async fn status_code_and_message(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in status_code_and_message()286 pub async fn special_status_message(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in special_status_message()316 pub async fn unimplemented_method(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in unimplemented_method()[all …]