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

Method initTestCase

kdevplatform/shell/tests/test_plugincontroller.cpp:23–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21using namespace KDevelop;
22
23void TestPluginController::initTestCase()
24{
25 qApp->addLibraryPath(QStringLiteral(TEST_PLUGIN_DIR));
26
27 AutoTestShell::init({QStringLiteral("test_nonguiinterface")});
28 TestCore::initialize( Core::NoUi );
29 m_pluginCtrl = Core::self()->pluginControllerInternal();
30}
31
32void TestPluginController::cleanupTestCase()
33{

Callers

nothing calls this directly

Calls 3

initializeFunction · 0.85
initFunction · 0.50

Tested by

no test coverage detected