Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ FileInfoTest
Method
FileInfoTest
tests/src/Base/FileInfo.cpp:10–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
{
9
protected:
10
FileInfoTest()
11
{
12
tmp.setFile(tempDir.string());
13
14
file.setFile(tmp.filePath() +
"/test.txt"
);
15
dir.setFile(tmp.filePath() +
"/subdir"
);
16
}
17
18
void SetUp() override
19
{
Callers
nothing calls this directly
Calls
3
setFile
Method · 0.45
string
Method · 0.45
filePath
Method · 0.45
Tested by
no test coverage detected