Searched defs:TestAssertion (Results 1 – 2 of 2) sorted by relevance
| /tonic/interop/src/ |
| H A D | client.rs | 21 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() 330 assertions: &mut Vec<TestAssertion>, in unimplemented_service() [all …]
|
| H A D | lib.rs | 53 pub enum TestAssertion { enum 64 impl TestAssertion { implementation 70 impl fmt::Display for TestAssertion { implementation
|