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.cc45 class TestChannel : public experimental::DelegatingChannel { class
47 explicit TestChannel( in TestChannel() function in grpc::testing::__anonf7fe500e0111::TestChannel
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dchannel_test.py45 class TestChannel(AioTestBase): class