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

Method initTestCase

plugins/cmake/tests/test_ctestfindsuites.cpp:41–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void TestCTestFindSuites::initTestCase()
42{
43 AutoTestShell::init({"KDevCMakeManager", "KDevCMakeBuilder", "KDevMakeBuilder", "KDevStandardOutputView"});
44 TestCore::initialize();
45
46 qRegisterMetaType<ITestSuite*>();
47
48 cleanup();
49}
50
51void TestCTestFindSuites::cleanup()
52{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
initClass · 0.50
cleanupFunction · 0.50

Tested by

no test coverage detected