Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-mock.cc201 TEST_P(MockTCPChannelTest, MalformedResponse) { in TEST_P() argument
213 TEST_P(MockTCPChannelTest, FormErrResponse) { in TEST_P() argument
227 TEST_P(MockTCPChannelTest, ServFailResponse) { in TEST_P() argument
242 TEST_P(MockTCPChannelTest, NotImplResponse) { in TEST_P() argument
257 TEST_P(MockTCPChannelTest, RefusedResponse) { in TEST_P() argument
272 TEST_P(MockTCPChannelTest, YXDomainResponse) { in TEST_P() argument
1145 INSTANTIATE_TEST_CASE_P(AddressFamilies, MockTCPChannelTest, ::testing::ValuesIn(ares::test::famili…
Dares-test.h214 class MockTCPChannelTest
218 MockTCPChannelTest() : MockChannelOptsTest(1, GetParam(), true, nullptr, 0) {} in MockTCPChannelTest() function