Searched refs:test_results (Results 1 – 1 of 1) sorted by relevance
| /tonic/interop/src/bin/ |
| H A D | client.rs | 58 let mut test_results = Vec::new(); in main() localVariable 61 Testcase::EmptyUnary => client::empty_unary(&mut client, &mut test_results).await, in main() 62 Testcase::LargeUnary => client::large_unary(&mut client, &mut test_results).await, in main() 64 client::client_streaming(&mut client, &mut test_results).await in main() 67 client::server_streaming(&mut client, &mut test_results).await in main() 69 Testcase::PingPong => client::ping_pong(&mut client, &mut test_results).await, in main() 72 client::status_code_and_message(&mut client, &mut test_results).await in main() 75 client::special_status_message(&mut client, &mut test_results).await in main() 78 client::unimplemented_method(&mut client, &mut test_results).await in main() 84 client::custom_metadata(&mut client, &mut test_results).await in main() [all …]
|