| 62 | } |
| 63 | |
| 64 | void FindReplaceTest::init() |
| 65 | { |
| 66 | // Ensure there are no open projects even if the last test run crashed. |
| 67 | m_projectController->closeAllProjects(); |
| 68 | } |
| 69 | |
| 70 | void FindReplaceTest::testFind_data() |
| 71 | { |
nothing calls this directly
no test coverage detected