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

Method initTestCase

plugins/cmake/tests/test_cmakemanager.cpp:30–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28using namespace KDevelop;
29
30void TestCMakeManager::initTestCase()
31{
32 QLoggingCategory::setFilterRules("*.debug=false\nkdevplatform.outputview.debug=true\n"
33 "kdevelop.plugins.cmake.debug=true\ndefault.debug=true\n");
34
35 AutoTestShell::init({"KDevCMakeManager", "KDevCMakeBuilder", "KDevMakeBuilder", "KDevStandardOutputView"});
36 TestCore::initialize();
37
38 cleanup();
39}
40
41void TestCMakeManager::cleanupTestCase()
42{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
initClass · 0.50
cleanupFunction · 0.50

Tested by

no test coverage detected