| 47 | } |
| 48 | |
| 49 | void TestController::removeTestSuite(ITestSuite* suite) |
| 50 | { |
| 51 | Q_D(TestController); |
| 52 | |
| 53 | if (d->suites.removeAll(suite)) { |
| 54 | emit testSuiteRemoved(suite); |
| 55 | } |
| 56 | } |
| 57 | |
| 58 | void TestController::addTestSuite(ITestSuite* suite) |
| 59 | { |
no outgoing calls
no test coverage detected