#include <stream_capture.h>
Public Member Functions | |
| StreamCapture (std::ostream *ostream) | |
| ~StreamCapture () | |
| void | Stop () |
| std::string | GetOutput () const |
Definition at line 20 of file stream_capture.h.
|
explicit |
Definition at line 9 of file stream_capture.cc.
| flutter::testing::StreamCapture::~StreamCapture | ( | ) |
Definition at line 14 of file stream_capture.cc.
References Stop().
| std::string flutter::testing::StreamCapture::GetOutput | ( | ) | const |
Definition at line 25 of file stream_capture.cc.
Referenced by flutter::testing::TEST_F().
| void flutter::testing::StreamCapture::Stop | ( | ) |
Definition at line 18 of file stream_capture.cc.
Referenced by flutter::testing::TEST_F(), and ~StreamCapture().