Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/
H A Dasync_end2end_test.cc283 class AsyncEnd2endTest : public ::testing::TestWithParam<TestScenario> { class
285 AsyncEnd2endTest() { GetParam().Log(); } in AsyncEnd2endTest() function in grpc::testing::__anon04e861db0111::AsyncEnd2endTest
386 TEST_P(AsyncEnd2endTest, SimpleRpc) { in TEST_P() argument
391 TEST_P(AsyncEnd2endTest, SimpleRpcWithExpectedError) { in TEST_P() argument
437 TEST_P(AsyncEnd2endTest, SequentialRpcs) { in TEST_P() argument
442 TEST_P(AsyncEnd2endTest, ReconnectChannel) { in TEST_P() argument
474 TEST_P(AsyncEnd2endTest, WaitAndShutdownTest) { in TEST_P() argument
485 TEST_P(AsyncEnd2endTest, ShutdownThenWait) { in TEST_P() argument
494 TEST_P(AsyncEnd2endTest, AsyncNextRpc) { in TEST_P() argument
535 TEST_P(AsyncEnd2endTest, DoThenAsyncNextRpc) { in TEST_P() argument
[all …]