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

Method initTestCase

kdevplatform/debugger/tests/test_breakpointmodel.cpp:352–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352void TestBreakpointModel::initTestCase()
353{
354 AutoTestShell::init({{}});
355 TestCore::initialize();
356 ICore::self()->languageController()->backgroundParser()->disableProcessing();
357
358 // NOTE: DebugController is already initialized at this point,
359 // and BreakpointModel::load() has run.
360 // The model may have loaded some breakpoints from last run,
361 // that must be cleared by init().
362}
363
364void TestBreakpointModel::init()
365{

Callers

nothing calls this directly

Calls 5

initializeFunction · 0.85
disableProcessingMethod · 0.80
backgroundParserMethod · 0.80
languageControllerMethod · 0.80
initFunction · 0.50

Tested by

no test coverage detected