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

Function TEST_F

tests/src/App/ComplexGeoData.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96// NOLINTBEGIN(readability-magic-numbers)
97
98TEST_F(ComplexGeoDataTest, getIndexedNameNoName) // NOLINT
99{
100 // Arrange & Act
101 auto result = cgd().getIndexedName(Data::MappedName());
102
103 // Assert
104 EXPECT_FALSE(result);
105}
106
107TEST_F(ComplexGeoDataTest, getIndexedNameNoElementMap) // NOLINT
108{

Callers

nothing calls this directly

Calls 15

getIndexedNameMethod · 0.80
getMappedNameMethod · 0.80
getElementMappedNamesMethod · 0.80
elementTypeMethod · 0.80
substrMethod · 0.80
traceElementMethod · 0.80
MappedNameFunction · 0.50
IndexedNameClass · 0.50
resetElementMapMethod · 0.45
setElementNameMethod · 0.45
getElementNameMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected