| 41 | |
| 42 | |
| 43 | void TestProblemStore::initTestCase() |
| 44 | { |
| 45 | AutoTestShell::init(); |
| 46 | TestCore::initialize(Core::NoUi); |
| 47 | |
| 48 | m_store.reset(new ProblemStore()); |
| 49 | m_store->setScope(CurrentDocument); |
| 50 | QVERIFY(m_store->scope() == CurrentDocument); |
| 51 | |
| 52 | generateProblems(); |
| 53 | } |
| 54 | |
| 55 | void TestProblemStore::cleanupTestCase() |
| 56 | { |
nothing calls this directly
no test coverage detected