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

Method test_PathCombine1

tests/FileSystem_test.cpp:110–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void test_PathCombine1()
111 {
112 QFETCH(QString, result);
113 QFETCH(QString, path1);
114 QFETCH(QString, path2);
115
116 QCOMPARE(FS::PathCombine(path1, path2), result);
117 }
118
119 void test_PathCombine2_data()
120 {

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected