A Reader that reads from a string buffer (used in tests)  
 More...
#include <userver/dump/operations_mock.hpp>
 | 
| 
  | MockReader (std::string data) | 
|   | Creates a PipeReader that references the given buffer. 
  | 
|   | 
| void  | Finish () override | 
|   | Must be called once all data has been read.  
  | 
|   | 
| template<typename T >  | 
| T  | Read () | 
|   | Reads binary data.  
  | 
|   | 
A Reader that reads from a string buffer (used in tests) 
Definition at line 28 of file operations_mock.hpp.
 
◆ Finish()
  
  
      
        
          | void dump::MockReader::Finish  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
overridevirtual   | 
  
 
Must be called once all data has been read. 
- Warning
 - This method must not be called from within 
Write/Read  
- Exceptions
 - 
  
    | `Error` | on read operation failure or if there is leftover data  | 
  
   
Implements dump::Reader.
 
 
The documentation for this class was generated from the following file: