MCPcopy 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
31void TestProblemStoreNode::initTestCase()
32{
33 QStandardPaths::setTestModeEnabled(true);
34 m_root.reset(new ProblemStoreNode());
35}
36
37void TestProblemStoreNode::cleanupTestCase()
38{

Callers

nothing calls this directly

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected