Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
TEST_F(ProjectFileTest, loadInvalid)
44
{
45
App::ProjectFile proj(
"non-existing.FCStd"
);
46
EXPECT_FALSE(proj.loadDocument());
47
}
48
49
TEST_F(ProjectFileTest, loadDocument)
50
{
Callers
nothing calls this directly
Calls
13
loadDocument
Method · 0.80
getPropertyFiles
Method · 0.80
readInputFileDirect
Method · 0.80
getObjects
Method · 0.45
size
Method · 0.45
getMetadata
Method · 0.45
getObjectsOfType
Method · 0.45
restoreObject
Method · 0.45
getTypeId
Method · 0.45
str
Method · 0.45
flush
Method · 0.45
close
Method · 0.45
Tested by
no test coverage detected