The help class for OutputStreamInterface related tests.
More...
#include "util/stream/test_output_stream.h"
The help class for OutputStreamInterface related tests.
◆ all_data()
const std::vector< uint8_t > & crashpad::test::TestOutputStream::all_data |
( |
| ) |
const |
|
inline |
- Returns
- all data that has been received.
◆ flush_count()
size_t crashpad::test::TestOutputStream::flush_count |
( |
| ) |
const |
|
inline |
- Returns
- the number of times Flush() has been called.
◆ last_written_data()
const std::vector< uint8_t > & crashpad::test::TestOutputStream::last_written_data |
( |
| ) |
const |
|
inline |
- Returns
- the data that has been received by the last call of Write().
◆ write_count()
size_t crashpad::test::TestOutputStream::write_count |
( |
| ) |
const |
|
inline |
- Returns
- the number of times Write() has been called.
The documentation for this class was generated from the following files:
- util/stream/test_output_stream.h
- util/stream/test_output_stream.cc