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

Method initTestCase

kdevplatform/debugger/tests/test_ivariablecontroller.cpp:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void 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
36void KDevelop::TestIVariableController::updateRightAfterEnableAutoUpdate_data()
37{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
initFunction · 0.50
runToCursorMethod · 0.45

Tested by

no test coverage detected