Searched refs:RpcTransportTestUtils (Results 1 – 1 of 1) sorted by relevance
1475 class RpcTransportTestUtils { class1745 class RpcTransportTest : public testing::TestWithParam<RpcTransportTestUtils::Param> {1747 using Server = RpcTransportTestUtils::Server;1748 using Client = RpcTransportTestUtils::Client;1781 return RpcTransportTestUtils::trust(rpcSecurity, certificateFormat, a, b); in trust()1913 std::string message(RpcTransportTestUtils::kMessage); in TEST_P()1954 ASSERT_TRUE(client.readMessage(RpcTransportTestUtils::kMessage)); in TEST_P()1976 std::string message(RpcTransportTestUtils::kMessage); in TEST_P()2012 ASSERT_TRUE(client.readMessage(RpcTransportTestUtils::kMessage)); in TEST_P()2032 return RpcTransportTestUtils::trust(RpcSecurity::TLS, certificateFormat, a, b); in trust()[all …]