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

Method initTestCase

kdevplatform/shell/tests/test_filteredproblemstore.cpp:72–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return false
71
72void TestFilteredProblemStore::initTestCase()
73{
74 AutoTestShell::init();
75 TestCore::initialize(Core::NoUi);
76
77 m_store.reset(new FilteredProblemStore());
78
79 generateProblems();
80}
81
82void TestFilteredProblemStore::cleanupTestCase()
83{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
initFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected