| 1496 | |
| 1497 | template <typename T> |
| 1498 | class FieldIndexTest : public ::testing::Test { |
| 1499 | public: |
| 1500 | ~FieldIndexTest() override = default; |
| 1501 | }; |
| 1502 | |
| 1503 | using FieldIndexTypes = ::testing::Types<Ind2D, Ind3D>; |
| 1504 | TYPED_TEST_SUITE(FieldIndexTest, FieldIndexTypes); |
nothing calls this directly
no outgoing calls
no test coverage detected