MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / test_clone

Function test_clone

tests/mesh/test-vertex-set.cpp:84–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void test_clone( const geode::VertexSet& vertex_set )
85{
86 const auto vertex_set_clone = vertex_set.clone();
87 geode::OpenGeodeMeshException::test( vertex_set_clone->nb_vertices() == 5,
88 "VertexSet2 should have 5 vertices" );
89}
90
91void test_move( geode::OpenGeodeVertexSet& vertex_set )
92{

Callers 1

testFunction · 0.70

Calls 3

testFunction · 0.70
cloneMethod · 0.45
nb_verticesMethod · 0.45

Tested by

no test coverage detected