Toponaming/Part: Cleanup makeElementPipeShell, add tests, and some delinting

This commit is contained in:
bgbsww
2024-02-16 13:11:38 -05:00
parent ac1d862a3e
commit abde135776
4 changed files with 179 additions and 62 deletions

View File

@@ -97,7 +97,7 @@ TEST_F(TopoShapeMakeShapeTests, thruSections)
// Assert
EXPECT_EQ(elements.size(), 24);
EXPECT_EQ(elements.count(IndexedName("Vertex", 1)), 1);
EXPECT_EQ(elements[IndexedName("Vertex", 1)], MappedName("Vertex1;TRU;:H1:4,V"));
EXPECT_EQ(elements[IndexedName("Vertex", 1)], MappedName("Vertex1;TRU;:H1:4,V")); // NOLINT
EXPECT_EQ(getVolume(result.getShape()), 4);
}