| 18 | |
| 19 | |
| 20 | void ReplyTest::initTestCase() |
| 21 | { |
| 22 | main_win = new MainWindow(GraphicMode::REPLAY, nullptr); |
| 23 | main_win->resize(1200, 800); |
| 24 | main_win->show(); |
| 25 | } |
| 26 | |
| 27 | void ReplyTest::cleanupTestCase() |
| 28 | { |
nothing calls this directly
no outgoing calls
no test coverage detected