| 55 | { |
| 56 | public: |
| 57 | OptechReaderTest() |
| 58 | : ::testing::Test() |
| 59 | , m_reader() |
| 60 | { |
| 61 | Options options; |
| 62 | options.add("filename", getTestfilePath()); |
| 63 | m_reader.setOptions(options); |
| 64 | } |
| 65 | |
| 66 | OptechReader m_reader; |
| 67 | }; |
nothing calls this directly
no test coverage detected