| 98 | } |
| 99 | |
| 100 | void TestController::notifyTestRunFinished(ITestSuite* suite, const TestResult& result) |
| 101 | { |
| 102 | qCDebug(SHELL) << "Test run finished for suite" << suite->name(); |
| 103 | emit testRunFinished(suite, result); |
| 104 | } |
| 105 | |
| 106 | void TestController::notifyTestRunStarted(ITestSuite* suite, const QStringList& test_cases) |
| 107 | { |
no test coverage detected