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

Class TestProblemModelSet

kdevplatform/shell/tests/test_problemmodelset.cpp:43–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43class TestProblemModelSet : public QObject
44{
45 Q_OBJECT
46private Q_SLOTS:
47 void initTestCase();
48 void cleanupTestCase();
49
50 void testAddModel();
51 void testFindModel();
52 void testModelListing();
53 void testRemoveModel();
54
55private:
56 QScopedPointer<ProblemModelSet> m_set;
57 QVector<TestModelData> m_testData;
58
59};
60
61void TestProblemModelSet::initTestCase()
62{

Callers

nothing calls this directly

Calls 1

initTestCaseFunction · 0.50

Tested by

no test coverage detected