Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ testPathInvalid
Method
testPathInvalid
kdevplatform/util/tests/test_path.cpp:344–350 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
342
}
343
344
void TestPath::testPathInvalid()
345
{
346
QFETCH(QString, input);
347
Path url(input);
348
QVERIFY(!url.isValid());
349
QVERIFY(url.isEmpty());
350
}
351
352
void TestPath::testPathInvalid_data()
353
{
Callers
nothing calls this directly
Calls
2
isValid
Method · 0.45
isEmpty
Method · 0.45
Tested by
no test coverage detected