MCPcopy Create free account
hub / github.com/KDE/kdevelop / TestProblemStoreNode

Class TestProblemStoreNode

kdevplatform/shell/tests/test_problemstorenode.cpp:14–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12using namespace KDevelop;
13
14class TestProblemStoreNode : public QObject
15{
16 Q_OBJECT
17private Q_SLOTS:
18 void initTestCase();
19 void cleanupTestCase();
20
21 void testRootNode();
22 void testChildren();
23 void testLabelNode();
24 void testProblemNode();
25
26private:
27 QScopedPointer<ProblemStoreNode> m_root;
28};
29
30
31void TestProblemStoreNode::initTestCase()

Callers

nothing calls this directly

Calls 1

initTestCaseFunction · 0.50

Tested by

no test coverage detected