| 75 | { |
| 76 | protected: |
| 77 | virtual void SetUp() |
| 78 | { |
| 79 | Options options; |
| 80 | options.add("mode", "ramp"); |
| 81 | options.add("count", count); |
| 82 | m_reader.setOptions(options); |
| 83 | m_reader2.setOptions(options); |
| 84 | } |
| 85 | |
| 86 | FauxReader m_reader; |
| 87 | FauxReader m_reader2; |
nothing calls this directly
no test coverage detected