|
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_ |
Definition at line 103 of file multi_runner.h.
|
strongprotected |
| Enumerator | |
|---|---|
| test_start | |
| test_end | |
| log | |
Definition at line 169 of file multi_runner.h.
| ripple::detail::multi_runner_base< IsParent >::multi_runner_base | ( | ) |
Definition at line 230 of file multi_runner.cpp.
| ripple::detail::multi_runner_base< IsParent >::~multi_runner_base | ( | ) |
Definition at line 285 of file multi_runner.cpp.
|
protected |
Definition at line 354 of file multi_runner.cpp.
| std::size_t ripple::detail::multi_runner_base< IsParent >::checkout_test_index | ( | ) |
Definition at line 297 of file multi_runner.cpp.
| std::size_t ripple::detail::multi_runner_base< IsParent >::checkout_job_index | ( | ) |
Definition at line 304 of file multi_runner.cpp.
| void ripple::detail::multi_runner_base< IsParent >::any_failed | ( | bool | v | ) |
Definition at line 318 of file multi_runner.cpp.
| void ripple::detail::multi_runner_base< IsParent >::add | ( | results const & | r | ) |
Definition at line 325 of file multi_runner.cpp.
| void ripple::detail::multi_runner_base< IsParent >::inc_keep_alive_count | ( | ) |
Definition at line 332 of file multi_runner.cpp.
| std::size_t ripple::detail::multi_runner_base< IsParent >::get_keep_alive_count | ( | ) |
Definition at line 339 of file multi_runner.cpp.
| void ripple::detail::multi_runner_base< IsParent >::print_results | ( | S & | s | ) |
Definition at line 347 of file multi_runner.cpp.
| bool ripple::detail::multi_runner_base< IsParent >::any_failed | ( | ) | const |
Definition at line 311 of file multi_runner.cpp.
| std::size_t ripple::detail::multi_runner_base< IsParent >::tests | ( | ) | const |
Definition at line 366 of file multi_runner.cpp.
| std::size_t ripple::detail::multi_runner_base< IsParent >::suites | ( | ) | const |
Definition at line 373 of file multi_runner.cpp.
| void ripple::detail::multi_runner_base< IsParent >::add_failures | ( | std::size_t | failures | ) |
Definition at line 380 of file multi_runner.cpp.
|
staticconstexprprivate |
Definition at line 154 of file multi_runner.h.
|
staticconstexprprivate |
Definition at line 157 of file multi_runner.h.
|
private |
Definition at line 161 of file multi_runner.h.
|
private |
Definition at line 163 of file multi_runner.h.
|
private |
Definition at line 164 of file multi_runner.h.
|
protected |
Definition at line 167 of file multi_runner.h.