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

Method initTestCase

plugins/clang/tests/test_buddies.cpp:56–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void TestBuddies::initTestCase()
57{
58 QLoggingCategory::setFilterRules(QStringLiteral("*.debug=false\ndefault.debug=true\nkdevelop.plugins.clang.debug=true\n"));
59 AutoTestShell::init({QStringLiteral("kdevclangsupport")});
60 TestCore::initialize();
61 m_documentController = ICore::self()->documentController();
62 m_uiController = ICore::self()->uiController();
63 m_sublimeController = m_uiController->controller();
64}
65
66void TestBuddies::cleanupTestCase()
67{

Callers

nothing calls this directly

Calls 5

initializeFunction · 0.85
documentControllerMethod · 0.80
uiControllerMethod · 0.80
initClass · 0.50
controllerMethod · 0.45

Tested by

no test coverage detected