Home
last modified time | relevance | path

Searched defs:test_client (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_channel_args_test.py44 def test_client(self): member in ChannelArgsTest
/third_party/grpc/test/cpp/interop/
Dinterop_test.cc47 int test_client(const char* root, const char* host, int port) { in test_client() function
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dchannel_argument_test.py124 async def test_client(self): member in TestChannelArgument
/third_party/python/Lib/test/test_asyncio/
Dtest_ssl.py225 async def test_client(addr): function
1091 async def test_client(addr): function
/third_party/rust/rust/src/tools/compiletest/src/
Druntest.rs1941 let mut test_client = in exec_compiled_test_general() localVariable