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