#include <userver/dump/operations_mock.hpp>
A Writer that appends to a string buffer (used in tests) 
Definition at line 10 of file operations_mock.hpp.
 Inheritance diagram for dump::MockWriter:
 Collaboration diagram for dump::MockWriter:Public Member Functions | |
| MockWriter () | |
Creates a MockWriter with an empty buffer.  | |
| void | Finish () override | 
| Must be called once all data has been written.   | |
| std::string | Extract () && | 
  Public Member Functions inherited from dump::Writer | |
| template<typename T > | |
| void | Write (const T &data) | 
| Writes binary data.   | |
Additional Inherited Members | 
| std::string dump::MockWriter::Extract | ( | ) | && | 
Extracts the built string, leaving the Writer in a valid but unspecified state
      
  | 
  overridevirtual | 
Must be called once all data has been written.
Write/Read | `Error` | on write operation failure | 
Implements dump::Writer.