| 133 | } |
| 134 | |
| 135 | std::unordered_map<size_t, size_t> object_observer::get_execution_map() const noexcept { |
| 136 | return m_state->get_execution_map(); |
| 137 | } |
| 138 | |
| 139 | testing_stub::~testing_stub() noexcept { |
| 140 | if (static_cast<bool>(m_state)) { |
no outgoing calls