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

Method test_PathCombine2

tests/FileSystem_test.cpp:187–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185 }
186
187 void test_PathCombine2()
188 {
189 QFETCH(QString, result);
190 QFETCH(QString, path1);
191 QFETCH(QString, path2);
192 QFETCH(QString, path3);
193
194 QCOMPARE(FS::PathCombine(path1, path2, path3), result);
195 }
196
197 void test_copy()
198 {

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected