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

Method runNext

kdevplatform/util/projecttestjob.cpp:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34};
35
36void ProjectTestJobPrivate::runNext()
37{
38 m_currentSuite = m_suites.takeFirst();
39 m_currentJob = m_currentSuite->launchAllCases(ITestSuite::Silent);
40 m_currentJob->start();
41}
42
43void ProjectTestJobPrivate::gotResult(ITestSuite* suite, const TestResult& result)
44{

Callers 1

startMethod · 0.80

Calls 2

launchAllCasesMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected