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

Class TestProblemStore

kdevplatform/shell/tests/test_problemstore.cpp:19–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17using namespace KDevelop;
18
19class TestProblemStore : public QObject
20{
21 Q_OBJECT
22
23private Q_SLOTS:
24 void initTestCase();
25 void cleanupTestCase();
26
27 void testAddProblems();
28 void testClearProblems();
29 void testSetProblems();
30 void testFindNode();
31 void testSeverity();
32 void testSeverities();
33 void testScope();
34
35private:
36 void generateProblems();
37
38 QScopedPointer<ProblemStore> m_store;
39 QVector<IProblem::Ptr> m_problems;
40};
41
42
43void TestProblemStore::initTestCase()

Callers

nothing calls this directly

Calls 1

initTestCaseFunction · 0.50

Tested by

no test coverage detected