MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / FieldIndexTest

Class FieldIndexTest

tests/unit/include/bout/test_region.cxx:1498–1501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1496
1497template <typename T>
1498class FieldIndexTest : public ::testing::Test {
1499public:
1500 ~FieldIndexTest() override = default;
1501};
1502
1503using FieldIndexTypes = ::testing::Types<Ind2D, Ind3D>;
1504TYPED_TEST_SUITE(FieldIndexTest, FieldIndexTypes);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected