| 25 | } |
| 26 | |
| 27 | void ReplyTest::cleanupTestCase() |
| 28 | { |
| 29 | QApplication::processEvents(); |
| 30 | sleepAndRefresh( 1000 ); |
| 31 | main_win->on_actionClear_triggered(); |
| 32 | main_win->close(); |
| 33 | } |
| 34 | |
| 35 | void ReplyTest::basicLoad() |
| 36 | { |
nothing calls this directly
no test coverage detected