| 54 | { |
| 55 | protected: |
| 56 | virtual void SetUp() |
| 57 | { |
| 58 | Options options; |
| 59 | options.add("mode", "ramp"); |
| 60 | options.add("count", count); |
| 61 | m_reader.setOptions(options); |
| 62 | m_reader2.setOptions(options); |
| 63 | } |
| 64 | |
| 65 | FauxReader m_reader; |
| 66 | FauxReader m_reader2; |
nothing calls this directly
no test coverage detected