Searched refs:TestAuthMetadataProcessor (Results 1 – 1 of 1) sorted by relevance
112 class TestAuthMetadataProcessor : public AuthMetadataProcessor { class116 TestAuthMetadataProcessor(bool is_blocking) : is_blocking_(is_blocking) {} in TestAuthMetadataProcessor() function in grpc::testing::__anona0cada910111::TestAuthMetadataProcessor166 const char TestAuthMetadataProcessor::kGoodGuy[] = "Dr Jekyll";167 const char TestAuthMetadataProcessor::kIdentityPropName[] = "novel identity";1491 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()1501 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()1512 grpc::string("Bearer ") + TestAuthMetadataProcessor::kGoodGuy)); in TEST_P()1516 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()1639 auto* processor = new TestAuthMetadataProcessor(false); in TEST_P()1649 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()[all …]