MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / test_PathCombine2

Method test_PathCombine2

tests/FileSystem_test.cpp:73–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected