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

Function cleanupTestSuites

plugins/cmake/cmakemanager.cpp:494–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494static void cleanupTestSuites(const QVector<CTestSuite*>& testSuites, const QVector<CTestFindJob*>& testSuiteJobs)
495{
496 for (auto* testSuiteJob : testSuiteJobs) {
497 testSuiteJob->kill(KJob::Quietly);
498 }
499 for (auto* testSuite : testSuites) {
500 ICore::self()->testController()->removeTestSuite(testSuite);
501 delete testSuite;
502 }
503}
504
505void CMakeManager::integrateData(const CMakeProjectData &data, KDevelop::IProject* project, const QSharedPointer<CMakeServer>& server)
506{

Callers 2

integrateDataMethod · 0.70
projectClosingMethod · 0.70

Calls 3

testControllerMethod · 0.80
killMethod · 0.45
removeTestSuiteMethod · 0.45

Tested by

no test coverage detected