|
rippled
|
#include <multi_runner.h>

Classes | |
| struct | inner |
Public Member Functions | |
| multi_runner_base () | |
| ~multi_runner_base () | |
| std::size_t | checkout_test_index () |
| std::size_t | checkout_job_index () |
| void | any_failed (bool v) |
| void | add (results const &r) |
| void | inc_keep_alive_count () |
| std::size_t | get_keep_alive_count () |
| template<class S > | |
| void | print_results (S &s) |
| bool | any_failed () const |
| std::size_t | tests () const |
| std::size_t | suites () const |
| void | add_failures (std::size_t failures) |
Protected Types | |
| enum class | MessageType : std::uint8_t { test_start , test_end , log } |
Protected Member Functions | |
| void | message_queue_send (MessageType mt, std::string const &s) |
Protected Attributes | |
| std::unique_ptr< boost::interprocess::message_queue > | message_queue_ |
Private Attributes | |
| inner * | inner_ |
| boost::interprocess::shared_memory_object | shared_mem_ |
| boost::interprocess::mapped_region | region_ |
Static Private Attributes | |
| static constexpr char const * | shared_mem_name_ = "RippledUnitTestSharedMem" |
| static constexpr char const * | message_queue_name_ = "RippledUnitTestMessageQueue" |
Definition at line 83 of file multi_runner.h.
|
strongprotected |
| Enumerator | |
|---|---|
| test_start | |
| test_end | |
| log | |
Definition at line 148 of file multi_runner.h.
| xrpl::detail::multi_runner_base< IsParent >::multi_runner_base | ( | ) |
Definition at line 198 of file multi_runner.cpp.
| xrpl::detail::multi_runner_base< IsParent >::~multi_runner_base | ( | ) |
Definition at line 247 of file multi_runner.cpp.
|
protected |
Definition at line 316 of file multi_runner.cpp.
| std::size_t xrpl::detail::multi_runner_base< IsParent >::checkout_test_index | ( | ) |
Definition at line 259 of file multi_runner.cpp.
| std::size_t xrpl::detail::multi_runner_base< IsParent >::checkout_job_index | ( | ) |
Definition at line 266 of file multi_runner.cpp.
| void xrpl::detail::multi_runner_base< IsParent >::any_failed | ( | bool | v | ) |
Definition at line 280 of file multi_runner.cpp.
| void xrpl::detail::multi_runner_base< IsParent >::add | ( | results const & | r | ) |
Definition at line 287 of file multi_runner.cpp.
| void xrpl::detail::multi_runner_base< IsParent >::inc_keep_alive_count | ( | ) |
Definition at line 294 of file multi_runner.cpp.
| std::size_t xrpl::detail::multi_runner_base< IsParent >::get_keep_alive_count | ( | ) |
Definition at line 301 of file multi_runner.cpp.
| void xrpl::detail::multi_runner_base< IsParent >::print_results | ( | S & | s | ) |
Definition at line 309 of file multi_runner.cpp.
| bool xrpl::detail::multi_runner_base< IsParent >::any_failed | ( | ) | const |
Definition at line 273 of file multi_runner.cpp.
| std::size_t xrpl::detail::multi_runner_base< IsParent >::tests | ( | ) | const |
Definition at line 326 of file multi_runner.cpp.
| std::size_t xrpl::detail::multi_runner_base< IsParent >::suites | ( | ) | const |
Definition at line 333 of file multi_runner.cpp.
| void xrpl::detail::multi_runner_base< IsParent >::add_failures | ( | std::size_t | failures | ) |
Definition at line 340 of file multi_runner.cpp.
|
staticconstexprprivate |
Definition at line 134 of file multi_runner.h.
|
staticconstexprprivate |
Definition at line 137 of file multi_runner.h.
|
private |
Definition at line 140 of file multi_runner.h.
|
private |
Definition at line 142 of file multi_runner.h.
|
private |
Definition at line 143 of file multi_runner.h.
|
protected |
Definition at line 146 of file multi_runner.h.