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

Function existentTestUrl

kdevplatform/shell/tests/languagecontrollertestbase.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38QUrl existentTestUrl(const QString& filename)
39{
40 const QString filePath = TEST_FILES_DIR "/" + filename;
41 QVERIFY_RETURN(QFileInfo::exists(filePath), QUrl{});
42 return QUrl::fromLocalFile(filePath);
43}
44}
45
46LanguageControllerTestBase::LanguageControllerTestBase(QObject* parent)

Calls

no outgoing calls

Tested by

no test coverage detected