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

Function TEST_F

tests/src/App/ProjectFile.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41};
42
43TEST_F(ProjectFileTest, loadInvalid)
44{
45 App::ProjectFile proj("non-existing.FCStd");
46 EXPECT_FALSE(proj.loadDocument());
47}
48
49TEST_F(ProjectFileTest, loadDocument)
50{

Callers

nothing calls this directly

Calls 13

loadDocumentMethod · 0.80
getPropertyFilesMethod · 0.80
readInputFileDirectMethod · 0.80
getObjectsMethod · 0.45
sizeMethod · 0.45
getMetadataMethod · 0.45
getObjectsOfTypeMethod · 0.45
restoreObjectMethod · 0.45
getTypeIdMethod · 0.45
strMethod · 0.45
flushMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected