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

Method addTestProjectFromFileSystem

plugins/grepview/tests/test_findreplace.cpp:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460void FindReplaceTest::addTestProjectFromFileSystem(const QString& path)
461{
462 auto* const project = new TestProject(Path{path});
463 TestProjectUtils::addChildrenFromFileSystem(project->projectItem());
464 m_projectController->addProject(project);
465}
466
467template<typename Test>
468void FindReplaceTest::varyProjectFilesOnly(GrepJobSettings& settings, const QString& projectPath, Test testToRun)

Callers

nothing calls this directly

Calls 2

projectItemMethod · 0.45
addProjectMethod · 0.45

Tested by

no test coverage detected