| 458 | } |
| 459 | |
| 460 | void 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 | |
| 467 | template<typename Test> |
| 468 | void FindReplaceTest::varyProjectFilesOnly(GrepJobSettings& settings, const QString& projectPath, Test testToRun) |
nothing calls this directly
no test coverage detected