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

Function TEST_F

tests/src/Base/Axis.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16};
17
18TEST_F(Axis, TestDefault)
19{
20 Base::Axis axis;
21 EXPECT_EQ(axis.getBase(), Base::Vector3d());
22 EXPECT_EQ(axis.getDirection(), Base::Vector3d());
23}
24
25TEST_F(Axis, TestCustom)
26{

Callers

nothing calls this directly

Calls 11

Vector3dClass · 0.85
moveFunction · 0.50
PlacementClass · 0.50
RotationClass · 0.50
getBaseMethod · 0.45
getDirectionMethod · 0.45
setBaseMethod · 0.45
setDirectionMethod · 0.45
reverseMethod · 0.45
reversedMethod · 0.45
moveMethod · 0.45

Tested by

no test coverage detected