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

Method initTestCase

kdevplatform/language/duchain/tests/test_duchain.cpp:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70};
71
72void TestDUChain::initTestCase()
73{
74 AutoTestShell::init();
75 TestCore::initialize(Core::NoUi);
76
77 DUChain::self()->disablePersistentStorage();
78 CodeRepresentation::setDiskChangesForbidden(true);
79}
80
81void TestDUChain::cleanupTestCase()
82{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
initFunction · 0.50

Tested by

no test coverage detected