| 173 | bool supports_async() const override { return kGrpcSupportsAsync; } |
| 174 | void SetUp() override { SetUpTest(); } |
| 175 | void TearDown() override { TearDownTest(); } |
| 176 | }; |
| 177 | ARROW_FLIGHT_TEST_IPC_OPTIONS(GrpcIpcOptionsTest); |
| 178 |
nothing calls this directly
no test coverage detected