| 92 | } |
| 93 | |
| 94 | void TestTestController::initTestCase() |
| 95 | { |
| 96 | AutoTestShell::init(); |
| 97 | TestCore::initialize( Core::NoUi ); |
| 98 | |
| 99 | m_testController = Core::self()->testControllerInternal(); |
| 100 | m_project = new TestProject(Path(), this); |
| 101 | |
| 102 | qRegisterMetaType<KDevelop::ITestSuite*>("KDevelop::ITestSuite*"); |
| 103 | qRegisterMetaType<KDevelop::TestResult>("KDevelop::TestResult"); |
| 104 | } |
| 105 | |
| 106 | void TestTestController::cleanupTestCase() |
| 107 | { |
nothing calls this directly
no test coverage detected