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

Function test

tests/mesh/test-register-builder.cpp:52–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void test()
53{
54 /* To initialize the mesh library */
55 geode::register_geode_builder();
56
57 /* Run checks */
58 check_register( geode::OpenGeodeGraph::impl_name_static() );
59 check_register( geode::OpenGeodePointSet2D::impl_name_static() );
60 check_register( geode::OpenGeodePointSet3D::impl_name_static() );
61 check_register( geode::OpenGeodeEdgedCurve2D::impl_name_static() );
62 check_register( geode::OpenGeodeEdgedCurve3D::impl_name_static() );
63 check_register( geode::OpenGeodePolygonalSurface2D::impl_name_static() );
64 check_register( geode::OpenGeodePolygonalSurface3D::impl_name_static() );
65 check_register( geode::OpenGeodeTriangulatedSurface2D::impl_name_static() );
66 check_register( geode::OpenGeodeTriangulatedSurface3D::impl_name_static() );
67 check_register( geode::OpenGeodePolyhedralSolid3D::impl_name_static() );
68 check_register( geode::OpenGeodeTetrahedralSolid3D::impl_name_static() );
69}
70
71OPENGEODE_TEST( "register-builder" )

Callers 1

check_registerFunction · 0.70

Calls 3

register_geode_builderFunction · 0.85
check_registerFunction · 0.70
impl_name_staticFunction · 0.50

Tested by

no test coverage detected