MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / TEST_F

Function TEST_F

tests/src/MeshTest.h:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44#include "MeshTest.inl"
45
46TEST_F(MeshTest, Dim) {
47 ASSERT_EQ(3, m_cube_tri->get_dim());
48 ASSERT_EQ(3, m_cube_tet->get_dim());
49 ASSERT_EQ(2, m_square_tri->get_dim());
50 ASSERT_EQ(3, m_cube_hex->get_dim());
51}
52
53TEST_F(MeshTest, NumVertices) {
54 ASSERT_EQ(8, m_cube_tri->get_num_vertices());

Callers

nothing calls this directly

Calls 15

get_faceMethod · 0.80
get_voxelMethod · 0.80
get_dimMethod · 0.45
get_num_verticesMethod · 0.45
get_num_facesMethod · 0.45
get_num_voxelsMethod · 0.45
get_vertex_per_faceMethod · 0.45
get_vertex_per_voxelMethod · 0.45
get_verticesMethod · 0.45
get_vertexMethod · 0.45
enable_connectivityMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected