| 70 | return false |
| 71 | |
| 72 | void TestFilteredProblemStore::initTestCase() |
| 73 | { |
| 74 | AutoTestShell::init(); |
| 75 | TestCore::initialize(Core::NoUi); |
| 76 | |
| 77 | m_store.reset(new FilteredProblemStore()); |
| 78 | |
| 79 | generateProblems(); |
| 80 | } |
| 81 | |
| 82 | void TestFilteredProblemStore::cleanupTestCase() |
| 83 | { |
nothing calls this directly
no test coverage detected