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

Method initTestCase

plugins/qmljs/duchain/tests/test_qmljsdeclarations.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30using namespace KDevelop;
31
32void TestDeclarations::initTestCase()
33{
34 AutoTestShell::init({"kdevqmljs"});
35 TestCore::initialize(Core::NoUi);
36
37 QmlJS::registerDUChainItems();
38}
39
40void TestDeclarations::cleanupTestCase()
41{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
registerDUChainItemsFunction · 0.85
initClass · 0.50

Tested by

no test coverage detected