1 #ifndef INCLUDE_UNITTESTS_READ_WRITE_STL_HH
2 #define INCLUDE_UNITTESTS_READ_WRITE_STL_HH
4 #include <gtest/gtest.h>
5 #include <Unittests/unittests_common.hh>
13 virtual void SetUp() {
19 virtual void TearDown() {
46 EXPECT_EQ(7526u , mesh_.n_vertices()) <<
"The number of loaded vertices is not correct!";
47 EXPECT_EQ(22572u , mesh_.n_edges()) <<
"The number of loaded edges is not correct!";
48 EXPECT_EQ(15048u , mesh_.n_faces()) <<
"The number of loaded faces is not correct!";
65 EXPECT_EQ(7526u , mesh_.n_vertices()) <<
"The number of loaded vertices is not correct!";
66 EXPECT_EQ(22572u , mesh_.n_edges()) <<
"The number of loaded edges is not correct!";
67 EXPECT_EQ(15048u , mesh_.n_faces()) <<
"The number of loaded faces is not correct!";
71 #endif // INCLUDE GUARD