| 3 | #include <QAction> |
| 4 | |
| 5 | class ReplyTest : public GrootTestBase |
| 6 | { |
| 7 | Q_OBJECT |
| 8 | |
| 9 | public: |
| 10 | ReplyTest() {} |
| 11 | ~ReplyTest() {} |
| 12 | |
| 13 | private slots: |
| 14 | void initTestCase(); |
| 15 | void cleanupTestCase(); |
| 16 | void basicLoad(); |
| 17 | }; |
| 18 | |
| 19 | |
| 20 | void ReplyTest::initTestCase() |
nothing calls this directly
no outgoing calls
no test coverage detected