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