Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ initTestCase
Method
initTestCase
kdevplatform/shell/tests/test_problemstorenode.cpp:31–35 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
void TestProblemStoreNode::initTestCase()
32
{
33
QStandardPaths::setTestModeEnabled(true);
34
m_root.reset(new ProblemStoreNode());
35
}
36
37
void TestProblemStoreNode::cleanupTestCase()
38
{
Callers
nothing calls this directly
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected