Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ testSuites
Method
testSuites
kdevplatform/shell/testcontroller.cpp:42–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
QList<ITestSuite*> TestController::testSuites() const
43
{
44
Q_D(const TestController);
45
46
return d->suites;
47
}
48
49
void TestController::removeTestSuite(ITestSuite* suite)
50
{
Callers
3
removeSuite
Method · 0.45
replaceSuite
Method · 0.45
findByProject
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected