| 27 | using namespace KDevelop; |
| 28 | |
| 29 | void TestShellDocumentOperation::initTestCase() |
| 30 | { |
| 31 | AutoTestShell::init({{}}); // do not load plugins at all |
| 32 | TestCore::initialize(); |
| 33 | } |
| 34 | |
| 35 | void TestShellDocumentOperation::cleanupTestCase() |
| 36 | { |
nothing calls this directly
no test coverage detected