MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / TEST

Function TEST

tests/src/Base/Tools3D.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65TEST(Polygon3D, TestDefault)
66{
67 Base::Polygon3d poly;
68 EXPECT_EQ(poly.GetSize(), 0);
69}
70
71TEST(Polygon3D, TestAdd)
72{

Callers

nothing calls this directly

Calls 5

Vector3dClass · 0.85
GetSizeMethod · 0.45
AddMethod · 0.45
RemoveMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected