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

Method launchAllCases

plugins/meson/mintro/mesontests.cpp:161–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161KJob* MesonTestSuite::launchAllCases(TestJobVerbosity verbosity)
162{
163 QList<KJob*> jobs;
164 for (auto& i : m_tests) {
165 jobs << i->job(verbosity);
166 }
167
168 return new ExecuteCompositeJob(m_project, jobs);
169}
170
171IndexedDeclaration MesonTestSuite::declaration() const
172{

Callers 2

runAllTestsMethod · 0.45
runSelectedTestsMethod · 0.45

Calls 1

jobMethod · 0.80

Tested by

no test coverage detected