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

Method test_PathCombine1

launcher/FileSystem_test.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 void test_PathCombine1()
45 {
46 QFETCH(QString, result);
47 QFETCH(QString, path1);
48 QFETCH(QString, path2);
49
50 QCOMPARE(FS::PathCombine(path1, path2), result);
51 }
52
53 void test_PathCombine2_data()
54 {

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected