|
xrpld
|
#include <multi_runner.h>

Public Types | |
| using | static_string = boost::beast::static_string<256> |
| using | run_time = std::pair<static_string, clock_type::duration> |
Public Member Functions | |
| void | add (SuiteResults const &r) |
| void | merge (Results const &r) |
| template<class S> | |
| void | print (S &s) |
Public Attributes | |
| std::size_t | suites = 0 |
| std::size_t | cases = 0 |
| std::size_t | total = 0 |
| std::size_t | failed = 0 |
| boost::container::static_vector< run_time, kMaxTop > | top |
| clock_type::time_point | start = clock_type::now() |
Static Public Attributes | |
| static constexpr auto | kMaxTop = 10 |
Definition at line 55 of file multi_runner.h.
| using xrpl::detail::Results::static_string = boost::beast::static_string<256> |
Definition at line 57 of file multi_runner.h.
| using xrpl::detail::Results::run_time = std::pair<static_string, clock_type::duration> |
Definition at line 60 of file multi_runner.h.
| void xrpl::detail::Results::add | ( | SuiteResults const & | r | ) |
Definition at line 58 of file multi_runner.cpp.
| void xrpl::detail::Results::merge | ( | Results const & | r | ) |
Definition at line 96 of file multi_runner.cpp.
| void xrpl::detail::Results::print | ( | S & | s | ) |
Definition at line 118 of file multi_runner.cpp.
|
staticconstexpr |
Definition at line 62 of file multi_runner.h.
| std::size_t xrpl::detail::Results::suites = 0 |
Definition at line 64 of file multi_runner.h.
| std::size_t xrpl::detail::Results::cases = 0 |
Definition at line 65 of file multi_runner.h.
| std::size_t xrpl::detail::Results::total = 0 |
Definition at line 66 of file multi_runner.h.
| std::size_t xrpl::detail::Results::failed = 0 |
Definition at line 67 of file multi_runner.h.
Definition at line 68 of file multi_runner.h.
| clock_type::time_point xrpl::detail::Results::start = clock_type::now() |
Definition at line 69 of file multi_runner.h.