| 37 | } |
| 38 | |
| 39 | void EditorTest::cleanupTestCase() |
| 40 | { |
| 41 | QApplication::processEvents(); |
| 42 | sleepAndRefresh( 1000 ); |
| 43 | main_win->on_actionClear_triggered(); |
| 44 | main_win->close(); |
| 45 | } |
| 46 | |
| 47 | void EditorTest::loadFile() |
| 48 | { |
nothing calls this directly
no test coverage detected