| 104 | } |
| 105 | |
| 106 | void TestController::notifyTestRunStarted(ITestSuite* suite, const QStringList& test_cases) |
| 107 | { |
| 108 | qCDebug(SHELL) << "Test run started for suite" << suite->name(); |
| 109 | emit testRunStarted(suite, test_cases); |
| 110 | } |
| 111 | |
| 112 | #include "moc_testcontroller.cpp" |