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

Method test_PathCombine1

tests/FileSystem_test.cpp:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

PathCombineFunction · 0.85

Tested by

no test coverage detected