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

Method test_PathCombine2

tests/FileSystem_test.cpp:138–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 }
137
138 void test_PathCombine2()
139 {
140 QFETCH(QString, result);
141 QFETCH(QString, path1);
142 QFETCH(QString, path2);
143 QFETCH(QString, path3);
144
145 QCOMPARE(FS::PathCombine(path1, path2, path3), result);
146 }
147
148 void test_copy()
149 {

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected