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

Function TEST_F

tests/src/Base/Parameter.cpp:97–102  ·  view source on GitHub ↗

NOLINTBEGIN(cppcoreguidelines-*,readability-*)

Source from the content-addressed store, hash-verified

95
96// NOLINTBEGIN(cppcoreguidelines-*,readability-*)
97TEST_F(ParameterTest, TestValid)
98{
99 auto cfg = getConfig();
100 EXPECT_EQ(cfg.isValid(), true);
101 EXPECT_EQ(cfg.isNull(), false);
102}
103
104TEST_F(ParameterTest, TestCreate)
105{

Callers

nothing calls this directly

Calls 15

getConfigFunction · 0.85
CheckDocumentMethod · 0.80
ParentMethod · 0.80
HasGroupMethod · 0.80
SetBoolMethod · 0.80
GetBoolMethod · 0.80
GetBoolsMethod · 0.80
atMethod · 0.80
GetBoolMapMethod · 0.80
RemoveBoolMethod · 0.80
SetIntMethod · 0.80
GetIntMethod · 0.80

Tested by

no test coverage detected