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

Method initTestCase

kdevplatform/shell/tests/test_sessioncontroller.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48////////////////////// Fixture ///////////////////////////////////////////////
49
50void TestSessionController::initTestCase()
51{
52 AutoTestShell::init();
53 TestCore::initialize(Core::NoUi);
54 m_core = Core::self();
55 qRegisterMetaType<KDevelop::ISession*>();
56 qRegisterMetaType<KDevelop::Session*>();
57}
58
59void TestSessionController::init()
60{

Callers

nothing calls this directly

Calls 2

initializeFunction · 0.85
initFunction · 0.50

Tested by

no test coverage detected