Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
TEST(Polygon3D, TestDefault)
66
{
67
Base::Polygon3d poly;
68
EXPECT_EQ(poly.GetSize(), 0);
69
}
70
71
TEST(Polygon3D, TestAdd)
72
{
Callers
nothing calls this directly
Calls
5
Vector3d
Class · 0.85
GetSize
Method · 0.45
Add
Method · 0.45
Remove
Method · 0.45
Clear
Method · 0.45
Tested by
no test coverage detected