Home
last modified time | relevance | path

Searched refs:ping_pong (Results 1 – 2 of 2) sorted by relevance

/tonic/interop/src/bin/
H A Dclient.rs69 Testcase::PingPong => client::ping_pong(&mut client, &mut test_results).await, in main()
/tonic/interop/src/
H A Dclient.rs153 pub async fn ping_pong(client: &mut TestClient, assertions: &mut Vec<TestAssertion>) { in ping_pong() function