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

Method testLoad

plugins/problemreporter/tests/test_problemsview.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void TestProblemsView::testLoad()
63{
64 m_view->load();
65
66 // Check that the initial model's tab shows up
67 QTabWidget* tab = tabWidget();
68 QVERIFY(tab);
69 QCOMPARE(tab->count(), 1);
70 QCOMPARE(tab->tabText(0), QStringLiteral("MODEL1 (1)"));
71}
72
73void TestProblemsView::testAddModel()
74{

Callers

nothing calls this directly

Calls 2

loadMethod · 0.45
countMethod · 0.45

Tested by

no test coverage detected