MCPcopy 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{
9protected:
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

setFileMethod · 0.45
stringMethod · 0.45
filePathMethod · 0.45

Tested by

no test coverage detected