| 190 | std::string transport() const override { return "grpc"; } |
| 191 | bool supports_async() const override { return kGrpcSupportsAsync; } |
| 192 | void SetUp() override { SetUpTest(); } |
| 193 | void TearDown() override { TearDownTest(); } |
| 194 | }; |
| 195 | ARROW_FLIGHT_TEST_ERROR_HANDLING(GrpcErrorHandlingTest); |
nothing calls this directly
no test coverage detected