Searched refs:TestAuthMetadataProcessor (Results 1 – 1 of 1) sorted by relevance
193 class TestAuthMetadataProcessor : public AuthMetadataProcessor { class197 explicit TestAuthMetadataProcessor(bool is_blocking) in TestAuthMetadataProcessor() function in grpc::testing::__anon1319a15e0111::TestAuthMetadataProcessor248 const char TestAuthMetadataProcessor::kGoodGuy[] = "Dr Jekyll";249 const char TestAuthMetadataProcessor::kIdentityPropName[] = "novel identity";1786 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()1796 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()1807 std::string("Bearer ") + TestAuthMetadataProcessor::kGoodGuy)); in TEST_P()1811 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()2092 auto* processor = new TestAuthMetadataProcessor(false); in TEST_P()2102 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()[all …]