| 104 | }; |
| 105 | |
| 106 | TEST_F(PeriodicInflator3DTest, cube) { |
| 107 | inflate("cube.wire"); |
| 108 | save_mesh("inflated_cube.msh", m_vertices, m_faces, m_face_sources.cast<Float>()); |
| 109 | ASSERT_MESH_IS_VALID(); |
| 110 | } |
| 111 | |
| 112 | TEST_F(PeriodicInflator3DTest, brick5) { |
| 113 | inflate("brick5.wire"); |
nothing calls this directly
no test coverage detected