Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-mock.cc206 TEST_P(MockTCPChannelTest, MalformedResponse) { in TEST_P() argument
218 TEST_P(MockTCPChannelTest, FormErrResponse) { in TEST_P() argument
232 TEST_P(MockTCPChannelTest, ServFailResponse) { in TEST_P() argument
247 TEST_P(MockTCPChannelTest, NotImplResponse) { in TEST_P() argument
262 TEST_P(MockTCPChannelTest, RefusedResponse) { in TEST_P() argument
277 TEST_P(MockTCPChannelTest, YXDomainResponse) { in TEST_P() argument
Dares-test.h219 MockTCPChannelTest() : MockChannelOptsTest(1, GetParam(), true, nullptr, 0) {} in MockTCPChannelTest() function