MCPcopy Create free account
hub / github.com/KDE/kdevelop / testPathBaseCtor

Method testPathBaseCtor

kdevplatform/util/tests/test_path.cpp:541–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540
541void TestPath::testPathBaseCtor()
542{
543 QFETCH(QString, base);
544 QFETCH(QString, subPath);
545 QFETCH(QString, expected);
546
547 const Path basePath(base);
548
549 const Path path(basePath, subPath);
550
551 QCOMPARE(path.pathOrUrl(), expected);
552}
553
554void TestPath::testPathBaseCtor_data()
555{

Callers

nothing calls this directly

Calls 1

pathOrUrlMethod · 0.80

Tested by

no test coverage detected