| 25 | } |
| 26 | |
| 27 | void TestIVariableController::initTestCase() |
| 28 | { |
| 29 | AutoTestShell::init(); |
| 30 | TestCore::initialize(Core::NoUi); |
| 31 | m_debugSession = new TestDebugSession(); |
| 32 | // Simulate an already started and paused debug session |
| 33 | m_debugSession->runToCursor(); |
| 34 | } |
| 35 | |
| 36 | void KDevelop::TestIVariableController::updateRightAfterEnableAutoUpdate_data() |
| 37 | { |
nothing calls this directly
no test coverage detected