| 54 | } |
| 55 | |
| 56 | void TestBuddies::initTestCase() |
| 57 | { |
| 58 | QLoggingCategory::setFilterRules(QStringLiteral("*.debug=false\ndefault.debug=true\nkdevelop.plugins.clang.debug=true\n")); |
| 59 | AutoTestShell::init({QStringLiteral("kdevclangsupport")}); |
| 60 | TestCore::initialize(); |
| 61 | m_documentController = ICore::self()->documentController(); |
| 62 | m_uiController = ICore::self()->uiController(); |
| 63 | m_sublimeController = m_uiController->controller(); |
| 64 | } |
| 65 | |
| 66 | void TestBuddies::cleanupTestCase() |
| 67 | { |
nothing calls this directly
no test coverage detected