Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/end2end/
Dasync_end2end_test.cc249 class AsyncEnd2endTest : public ::testing::TestWithParam<TestScenario> { class
251 AsyncEnd2endTest() { GetParam().Log(); } in AsyncEnd2endTest() function in grpc::testing::__anonf10ab8ac0111::AsyncEnd2endTest
345 TEST_P(AsyncEnd2endTest, SimpleRpc) { in TEST_P() argument
350 TEST_P(AsyncEnd2endTest, SequentialRpcs) { in TEST_P() argument
355 TEST_P(AsyncEnd2endTest, ReconnectChannel) { in TEST_P() argument
392 TEST_P(AsyncEnd2endTest, WaitAndShutdownTest) { in TEST_P() argument
403 TEST_P(AsyncEnd2endTest, ShutdownThenWait) { in TEST_P() argument
412 TEST_P(AsyncEnd2endTest, AsyncNextRpc) { in TEST_P() argument
453 TEST_P(AsyncEnd2endTest, DoThenAsyncNextRpc) { in TEST_P() argument
499 TEST_P(AsyncEnd2endTest, SimpleClientStreaming) { in TEST_P() argument
[all …]