Home
last modified time | relevance | path

Searched refs:TestAuthMetadataProcessor (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/test/cpp/end2end/
Dend2end_test.cc112 class TestAuthMetadataProcessor : public AuthMetadataProcessor { class
116 TestAuthMetadataProcessor(bool is_blocking) : is_blocking_(is_blocking) {} in TestAuthMetadataProcessor() function in grpc::testing::__anon469485e80111::TestAuthMetadataProcessor
166 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 …]