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

Method initTestCase

plugins/qmljs/codecompletion/tests/test_qmljscompletion.cpp:165–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163namespace QmlJS {
164
165void QmlCompletionTest::initTestCase()
166{
167 AutoTestShell::init({"kdevqmljs"});
168 TestCore::initialize(Core::NoUi);
169 DUChain::self()->disablePersistentStorage();
170 CodeRepresentation::setDiskChangesForbidden(true);
171}
172
173void QmlCompletionTest::cleanupTestCase()
174{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
initClass · 0.50

Tested by

no test coverage detected