| 136 | std::string transport() const override { return "grpc"; } |
| 137 | bool supports_async() const override { return kGrpcSupportsAsync; } |
| 138 | void SetUp() override { SetUpTest(); } |
| 139 | void TearDown() override { TearDownTest(); } |
| 140 | }; |
| 141 | ARROW_FLIGHT_TEST_CONNECTIVITY(GrpcConnectivityTest); |
nothing calls this directly
no test coverage detected