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