|
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 104 of file multi_runner.h.
|
strongprotected |
| Enumerator | |
|---|---|
| test_start | |
| test_end | |
| log | |
Definition at line 170 of file multi_runner.h.
| ripple::test::detail::multi_runner_base< IsParent >::multi_runner_base | ( | ) |
Definition at line 231 of file multi_runner.cpp.
| ripple::test::detail::multi_runner_base< IsParent >::~multi_runner_base | ( | ) |
Definition at line 286 of file multi_runner.cpp.
|
protected |
Definition at line 355 of file multi_runner.cpp.
| std::size_t ripple::test::detail::multi_runner_base< IsParent >::checkout_test_index | ( | ) |
Definition at line 298 of file multi_runner.cpp.
| std::size_t ripple::test::detail::multi_runner_base< IsParent >::checkout_job_index | ( | ) |
Definition at line 305 of file multi_runner.cpp.
| void ripple::test::detail::multi_runner_base< IsParent >::any_failed | ( | bool | v | ) |
Definition at line 319 of file multi_runner.cpp.
| void ripple::test::detail::multi_runner_base< IsParent >::add | ( | results const & | r | ) |
Definition at line 326 of file multi_runner.cpp.
| void ripple::test::detail::multi_runner_base< IsParent >::inc_keep_alive_count | ( | ) |
Definition at line 333 of file multi_runner.cpp.
| std::size_t ripple::test::detail::multi_runner_base< IsParent >::get_keep_alive_count | ( | ) |
Definition at line 340 of file multi_runner.cpp.
| void ripple::test::detail::multi_runner_base< IsParent >::print_results | ( | S & | s | ) |
Definition at line 348 of file multi_runner.cpp.
| bool ripple::test::detail::multi_runner_base< IsParent >::any_failed | ( | ) | const |
Definition at line 312 of file multi_runner.cpp.
| std::size_t ripple::test::detail::multi_runner_base< IsParent >::tests | ( | ) | const |
Definition at line 367 of file multi_runner.cpp.
| std::size_t ripple::test::detail::multi_runner_base< IsParent >::suites | ( | ) | const |
Definition at line 374 of file multi_runner.cpp.
| void ripple::test::detail::multi_runner_base< IsParent >::add_failures | ( | std::size_t | failures | ) |
Definition at line 381 of file multi_runner.cpp.
|
staticconstexprprivate |
Definition at line 155 of file multi_runner.h.
|
staticconstexprprivate |
Definition at line 158 of file multi_runner.h.
|
private |
Definition at line 162 of file multi_runner.h.
|
private |
Definition at line 164 of file multi_runner.h.
|
private |
Definition at line 165 of file multi_runner.h.
|
protected |
Definition at line 168 of file multi_runner.h.