| 21 | using namespace KDevelop; |
| 22 | |
| 23 | void 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 | |
| 32 | void TestPluginController::cleanupTestCase() |
| 33 | { |
nothing calls this directly
no test coverage detected