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

Method testHasParent

kdevplatform/util/tests/test_path.cpp:685–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683}
684
685void TestPath::testHasParent()
686{
687 QFETCH(QString, input);
688 Path path(input);
689 QTEST(path.hasParent(), "hasParent");
690}
691
692void TestPath::QUrl_acceptance()
693{

Callers

nothing calls this directly

Calls 1

hasParentMethod · 0.80

Tested by

no test coverage detected