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

Method initTestCase

plugins/qmljs/tests/test_files.cpp:35–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33QTEST_MAIN(TestFiles)
34
35void TestFiles::initTestCase()
36{
37 AutoTestShell::init({"kdevqmljs"});
38 TestCore::initialize(KDevelop::Core::NoUi);
39 DUChain::self()->disablePersistentStorage();
40 Core::self()->languageController()->backgroundParser()->setDelay(0);
41 CodeRepresentation::setDiskChangesForbidden(true);
42}
43
44void TestFiles::cleanupTestCase()
45{

Callers

nothing calls this directly

Calls 6

initializeFunction · 0.85
setDelayMethod · 0.80
backgroundParserMethod · 0.80
languageControllerMethod · 0.80
initClass · 0.50

Tested by

no test coverage detected