rippled
|
Classes | |
struct | Cur |
struct | Fixture |
Public Member Functions | |
void | testFileCreation () |
void | testRPC (WithFile withFile) |
void | testJobs (WithFile withFile) |
void | testInvalidID (WithFile withFile) |
void | testRotate (WithFile withFile) |
void | run () override |
Private Types | |
enum | WithFile : bool { WithFile::no = false, WithFile::yes = true } |
using | path = boost::filesystem::path |
Static Private Member Functions | |
static std::uint64_t | jsonToUint64 (Json::Value const &jsonUintAsString) |
static std::vector< Cur > | getSortedCurrent (Json::Value const ¤tJson) |
Private Attributes | |
test::jtx::Env | env_ |
beast::Journal | j_ {env_.app().journal("PerfLog_test")} |
Definition at line 40 of file PerfLog_test.cpp.
|
private |
Definition at line 44 of file PerfLog_test.cpp.
|
strongprivate |
Enumerator | |
---|---|
no | |
yes |
Definition at line 42 of file PerfLog_test.cpp.
|
staticprivate |
Definition at line 146 of file PerfLog_test.cpp.
|
staticprivate |
Definition at line 168 of file PerfLog_test.cpp.
void ripple::PerfLog_test::testFileCreation | ( | ) |
Definition at line 195 of file PerfLog_test.cpp.
void ripple::PerfLog_test::testRPC | ( | WithFile | withFile | ) |
Definition at line 302 of file PerfLog_test.cpp.
void ripple::PerfLog_test::testJobs | ( | WithFile | withFile | ) |
Definition at line 505 of file PerfLog_test.cpp.
void ripple::PerfLog_test::testInvalidID | ( | WithFile | withFile | ) |
Definition at line 850 of file PerfLog_test.cpp.
void ripple::PerfLog_test::testRotate | ( | WithFile | withFile | ) |
Definition at line 991 of file PerfLog_test.cpp.
|
override |
Definition at line 1047 of file PerfLog_test.cpp.
|
private |
Definition at line 48 of file PerfLog_test.cpp.
|
private |
Definition at line 53 of file PerfLog_test.cpp.