MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / test_PathCombine1

Method test_PathCombine1

tests/FileSystem_test.cpp:135–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void test_PathCombine1()
136 {
137 QFETCH(QString, result);
138 QFETCH(QString, path1);
139 QFETCH(QString, path2);
140
141 QCOMPARE(FS::PathCombine(path1, path2), result);
142 }
143
144 void test_PathCombine2_data()
145 {

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected