| 28 | class TestApp : public Application { |
| 29 | public: |
| 30 | TestApp() : _loop(1) {} |
| 31 | private: |
| 32 | void defineOptions(Exception& ex, Options& options) |
| 33 | /// \brief define options of TestApp |
nothing calls this directly
no outgoing calls
no test coverage detected