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

Function test

tests/geometry/test-basic-objects.cpp:296–305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296void test()
297{
298 test_segment();
299 test_line();
300 test_plane();
301 test_triangle();
302 test_tetrahedron();
303 test_sphere();
304 test_circle();
305}
306
307OPENGEODE_TEST( "basic-object" )

Callers 7

test_segmentFunction · 0.70
test_lineFunction · 0.70
test_planeFunction · 0.70
test_triangleFunction · 0.70
test_tetrahedronFunction · 0.70
test_sphereFunction · 0.70
test_circleFunction · 0.70

Calls 7

test_segmentFunction · 0.85
test_lineFunction · 0.85
test_planeFunction · 0.85
test_triangleFunction · 0.85
test_tetrahedronFunction · 0.85
test_sphereFunction · 0.85
test_circleFunction · 0.85

Tested by

no test coverage detected