Lines Matching refs:AsyncEnd2endTest
249 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
544 TEST_P(AsyncEnd2endTest, SimpleClientStreamingWithCoalescingApi) { in TEST_P() argument
595 TEST_P(AsyncEnd2endTest, SimpleServerStreaming) { in TEST_P() argument
639 TEST_P(AsyncEnd2endTest, SimpleServerStreamingWithCoalescingApiWAF) { in TEST_P() argument
682 TEST_P(AsyncEnd2endTest, SimpleServerStreamingWithCoalescingApiWL) { in TEST_P() argument
726 TEST_P(AsyncEnd2endTest, SimpleBidiStreaming) { in TEST_P() argument
770 TEST_P(AsyncEnd2endTest, SimpleBidiStreamingWithCoalescingApiWAF) { in TEST_P() argument
817 TEST_P(AsyncEnd2endTest, SimpleBidiStreamingWithCoalescingApiWL) { in TEST_P() argument
865 TEST_P(AsyncEnd2endTest, ClientInitialMetadataRpc) { in TEST_P() argument
911 TEST_P(AsyncEnd2endTest, ServerInitialMetadataRpc) { in TEST_P() argument
956 TEST_P(AsyncEnd2endTest, ServerTrailingMetadataRpc) { in TEST_P() argument
1001 TEST_P(AsyncEnd2endTest, MetadataRpc) { in TEST_P() argument
1078 TEST_P(AsyncEnd2endTest, ServerCheckCancellation) { in TEST_P() argument
1111 TEST_P(AsyncEnd2endTest, ServerCheckDone) { in TEST_P() argument
1145 TEST_P(AsyncEnd2endTest, UnimplementedRpc) { in TEST_P() argument
1174 class AsyncEnd2endServerTryCancelTest : public AsyncEnd2endTest {
1765 INSTANTIATE_TEST_CASE_P(AsyncEnd2end, AsyncEnd2endTest,