|
rippled
|

Public Member Functions | |
| WriterFixture () | |
| void | reset () |
| void | expectOutput (std::string const &expected) const |
| void | checkOutputAndReset (std::string const &expected) |
Public Attributes | |
| std::string | output |
| std::unique_ptr< Writer > | writer |
Definition at line 14 of file tests/libxrpl/json/Writer.cpp.
| WriterFixture::WriterFixture | ( | ) |
Definition at line 19 of file tests/libxrpl/json/Writer.cpp.
| void WriterFixture::reset | ( | ) |
Definition at line 25 of file tests/libxrpl/json/Writer.cpp.
| void WriterFixture::expectOutput | ( | std::string const & | expected | ) | const |
Definition at line 32 of file tests/libxrpl/json/Writer.cpp.
| void WriterFixture::checkOutputAndReset | ( | std::string const & | expected | ) |
Definition at line 38 of file tests/libxrpl/json/Writer.cpp.
| std::string WriterFixture::output |
Definition at line 16 of file tests/libxrpl/json/Writer.cpp.
| std::unique_ptr<Writer> WriterFixture::writer |
Definition at line 17 of file tests/libxrpl/json/Writer.cpp.