| 54 | }; |
| 55 | |
| 56 | void TestProblemModel::initTestCase() |
| 57 | { |
| 58 | AutoTestShell::init(); |
| 59 | TestCore::initialize(Core::NoUi); |
| 60 | |
| 61 | m_model.reset(new ProblemModel(nullptr)); |
| 62 | m_model->setScope(BypassScopeFilter); |
| 63 | |
| 64 | generateProblems(); |
| 65 | } |
| 66 | |
| 67 | void TestProblemModel::cleanupTestCase() |
| 68 | { |
nothing calls this directly
no test coverage detected