Home
last modified time | relevance | path

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

/third_party/grpc/test/core/transport/
Dinterception_chain_test.cc236 class InterceptionChainTest : public ::testing::Test { class
238 InterceptionChainTest() {} in InterceptionChainTest() function in grpc_core::__anon9d967e2b0111::InterceptionChainTest
306 TEST_F(InterceptionChainTest, Empty) { in TEST_F() argument
318 TEST_F(InterceptionChainTest, PassThrough) { in TEST_F() argument
332 TEST_F(InterceptionChainTest, Consumed) { in TEST_F() argument
346 TEST_F(InterceptionChainTest, Hijacked) { in TEST_F() argument
360 TEST_F(InterceptionChainTest, FiltersThenHijacked) { in TEST_F() argument
379 TEST_F(InterceptionChainTest, FailsToInstantiateInterceptor) { in TEST_F() argument
388 TEST_F(InterceptionChainTest, FailsToInstantiateInterceptor2) { in TEST_F() argument
398 TEST_F(InterceptionChainTest, FailsToInstantiateFilter) { in TEST_F() argument
[all …]