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

Method cleanupTestCase

kdevplatform/shell/tests/test_problemmodelset.cpp:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void TestProblemModelSet::cleanupTestCase()
74{
75 for (auto& d : std::as_const(m_testData)) {
76 delete d.model;
77 }
78
79 m_testData.clear();
80
81 TestCore::shutdown();
82}
83
84void TestProblemModelSet::testAddModel()
85{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected