MCPcopy 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
344void TestPath::testPathInvalid()
345{
346 QFETCH(QString, input);
347 Path url(input);
348 QVERIFY(!url.isValid());
349 QVERIFY(url.isEmpty());
350}
351
352void TestPath::testPathInvalid_data()
353{

Callers

nothing calls this directly

Calls 2

isValidMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected