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

Method removeTestSuite

kdevplatform/shell/testcontroller.cpp:49–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

addSuiteMethod · 0.45
removeSuiteMethod · 0.45
replaceSuiteMethod · 0.45
findByProjectMethod · 0.45
testResultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected