Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Ddelegating_channel_test.cc46 class TestChannel : public experimental::DelegatingChannel { class
48 TestChannel(const std::shared_ptr<ChannelInterface>& delegate_channel) in TestChannel() function in grpc::testing::__anon3a7422510111::TestChannel
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dchannel_test.py44 class TestChannel(AioTestBase): class