Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ launchAllCases
Method
launchAllCases
kdevplatform/shell/tests/test_testcontroller.cpp:62–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
KJob* FakeTestSuite::launchAllCases(ITestSuite::TestJobVerbosity verbosity)
63
{
64
Q_UNUSED(verbosity);
65
return nullptr;
66
}
67
68
KJob* FakeTestSuite::launchCase(const QString& testCase, ITestSuite::TestJobVerbosity verbosity)
69
{
Callers
1
runNext
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected