| 350 | } |
| 351 | |
| 352 | void 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 | |
| 364 | void TestBreakpointModel::init() |
| 365 | { |
nothing calls this directly
no test coverage detected