Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
685
void TestPath::testHasParent()
686
{
687
QFETCH(QString, input);
688
Path path(input);
689
QTEST(path.hasParent(),
"hasParent"
);
690
}
691
692
void TestPath::QUrl_acceptance()
693
{
Callers
nothing calls this directly
Calls
1
hasParent
Method · 0.80
Tested by
no test coverage detected