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

Method initTestCase

kdevplatform/shell/tests/test_documentcontroller.cpp:29–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace KDevelop;
28
29void TestDocumentController::initTestCase()
30{
31 AutoTestShell::init({{}}); // do not load plugins at all
32 TestCore::initialize();
33 Core::self()->languageController()->backgroundParser()->disableProcessing();
34 m_subject = Core::self()->documentController();
35}
36
37void TestDocumentController::init()
38{

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected