MCPcopy 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
42QList<ITestSuite*> TestController::testSuites() const
43{
44 Q_D(const TestController);
45
46 return d->suites;
47}
48
49void TestController::removeTestSuite(ITestSuite* suite)
50{

Callers 3

removeSuiteMethod · 0.45
replaceSuiteMethod · 0.45
findByProjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected