| 30 | using namespace KDevelop; |
| 31 | |
| 32 | void TestDeclarations::initTestCase() |
| 33 | { |
| 34 | AutoTestShell::init({"kdevqmljs"}); |
| 35 | TestCore::initialize(Core::NoUi); |
| 36 | |
| 37 | QmlJS::registerDUChainItems(); |
| 38 | } |
| 39 | |
| 40 | void TestDeclarations::cleanupTestCase() |
| 41 | { |
nothing calls this directly
no test coverage detected