MCPcopy Create free account
hub / github.com/MultiMC/Launcher / test_PathCombine2

Method test_PathCombine2

launcher/FileSystem_test.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void test_PathCombine2()
73 {
74 QFETCH(QString, result);
75 QFETCH(QString, path1);
76 QFETCH(QString, path2);
77 QFETCH(QString, path3);
78
79 QCOMPARE(FS::PathCombine(path1, path2, path3), result);
80 }
81
82 void test_copy()
83 {

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected