write all cached data to disk
| 101 | } |
| 102 | /// write all cached data to disk |
| 103 | void flush() override |
| 104 | { |
| 105 | // do nothing |
| 106 | } |
| 107 | }; |
| 108 | // create an instance of the mock object to test |
| 109 | MockISpectraWriter test_mock_specrta_writer; |
no outgoing calls
no test coverage detected