|
SObjectizer
5.5
|
Testing related stuff. More...
#include <so_5/experimental/testing/v1/all.hpp>Classes | |
| class | so_5::experimental::testing::v1::details::real_scenario_step_t |
| An actual implementation of step of testing scenario. More... | |
| class | so_5::experimental::testing::v1::details::agent_unfreezer_t |
| An interface for object that will unfreeze all registered agents when testing scenario starts. More... | |
| class | so_5::experimental::testing::v1::details::real_scenario_t |
| The actual implementation of testing scenario. More... | |
| class | so_5::experimental::testing::v1::impl::special_envelope_t |
| A special envelope that is necessary for testing scenarios. More... | |
| class | so_5::experimental::testing::v1::impl::special_event_queue_t |
| A special event_queue to be used for testing scenarios. More... | |
| class | so_5::experimental::testing::v1::impl::stop_guard_for_unfreezer_t |
| A special stop guard that unfreezes all agents if this is not done yet. More... | |
| class | so_5::experimental::testing::v1::impl::special_event_queue_hook_t |
| A special event_queue_hook that creates instances of special event_queue for testing scenario. More... | |
| struct | so_5::experimental::testing::v1::impl::init_completed_data_t |
| A helper object for synchronization between helper worker there where testing environment is launched and user thread. More... | |
| struct | so_5::experimental::testing::v1::testing_env_t::internals_t |
| Internal data for testing environment. More... | |
Namespaces | |
| so_5 | |
| Public part of message limit implementation. | |
| so_5::experimental | |
| so_5::experimental::testing | |
| so_5::experimental::testing::v1 | |
| so_5::experimental::testing::v1::details | |
| so_5::experimental::testing::v1::impl | |
Enumerations | |
| enum | so_5::experimental::testing::v1::impl::queue_mode_t { so_5::experimental::testing::v1::impl::queue_mode_t::buffer, so_5::experimental::testing::v1::impl::queue_mode_t::direct } |
| A mode of work for special_event_queue. More... | |
Functions | |
| void | so_5::experimental::testing::v1::impl::setup_special_queue_hook (testing_env_t::internals_t &internals, environment_params_t &to) |
| SO_5_NODISCARD environment_params_t | so_5::experimental::testing::v1::impl::make_tuned_params (so_5::api::generic_simple_so_env_params_tuner_t env_params_tuner) |
| SO_5_NODISCARD environment_params_t | so_5::experimental::testing::v1::impl::make_special_params (testing_env_t::internals_t &internals, environment_params_t &¶ms) |
Testing related stuff.
1.8.14