| 402 | class HeaderAuthTestServer : public FlightServerBase { |
| 403 | public: |
| 404 | Status ListFlights(const ServerCallContext& context, const Criteria* criteria, |
| 405 | std::unique_ptr<FlightListing>* listings) override { |
| 406 | return Status::OK(); |
| 407 | } |
| 408 | }; |
| 409 | |
| 410 | class TestAuthHandler : public ::testing::Test { |
no test coverage detected