Skip to content

Commit

Permalink
ENH: Test QuadEdgeMeshEulerOperatorCreateCenterVertexFunction GetName…
Browse files Browse the repository at this point in the history
…OfClass
  • Loading branch information
hjmjohnson committed May 31, 2024
1 parent 11be6ca commit 6582d65
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "itkQuadEdgeMeshEulerOperatorCreateCenterVertexFunction.h"
#include "itkQuadEdgeMeshEulerOperatorsTestHelper.h"
#include "itkTestingMacros.h"

int
itkQuadEdgeMeshEulerOperatorCreateCenterVertexTest(int, char *[])
Expand Down Expand Up @@ -73,8 +74,8 @@ itkQuadEdgeMeshEulerOperatorCreateCenterVertexTest(int, char *[])
}
std::cout << "OK" << std::endl;
#endif

[[maybe_unused]] const std::string name_of_class = createCenterVertex->GetNameOfClass();
ITK_TEST_EXPECT_EQUAL(std::string_view("QuadEdgeMeshEulerOperatorCreateCenterVertexFunction"),
std::string_view(createCenterVertex->GetNameOfClass()));

createCenterVertex->SetInput(mesh);
#ifndef NDEBUG
Expand Down

0 comments on commit 6582d65

Please sign in to comment.