Lines Matching refs:TestClient
10 pub type TestClient = TestServiceClient<Channel>; typedef
21 pub async fn empty_unary(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in empty_unary() argument
40 pub async fn large_unary(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in large_unary() argument
84 pub async fn client_streaming(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in client_streaming() argument
111 pub async fn server_streaming(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in server_streaming() argument
153 pub async fn ping_pong(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in ping_pong() argument
209 pub async fn empty_stream(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in empty_stream() argument
230 pub async fn status_code_and_message(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in status_code_and_message() argument
286 pub async fn special_status_message(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in special_status_message() argument
316 pub async fn unimplemented_method(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in unimplemented_method() argument
343 pub async fn custom_metadata(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in custom_metadata() argument