| 48 | ////////////////////// Fixture /////////////////////////////////////////////// |
| 49 | |
| 50 | void TestSessionController::initTestCase() |
| 51 | { |
| 52 | AutoTestShell::init(); |
| 53 | TestCore::initialize(Core::NoUi); |
| 54 | m_core = Core::self(); |
| 55 | qRegisterMetaType<KDevelop::ISession*>(); |
| 56 | qRegisterMetaType<KDevelop::Session*>(); |
| 57 | } |
| 58 | |
| 59 | void TestSessionController::init() |
| 60 | { |
nothing calls this directly
no test coverage detected