|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/detail/attributes.hpp"#include "iox2/bb/static_function.hpp"#include "iox2/legacy/atomic.hpp"#include "iox2/legacy/error_reporting/custom/default/error_handler_interface.hpp"#include "iox2/legacy/error_reporting/types.hpp"#include "iox2/legacy/static_lifetime_guard.hpp"#include <gmock/gmock.h>#include <gtest/gtest.h>#include <vector>#include <mutex>#include <setjmp.h>Go to the source code of this file.
Classes | |
| class | iox2::bb::testing::TestingErrorHandler |
| Defines the test reaction of dynamic error handling. More... | |
| class | iox2::bb::testing::ErrorHandlerSetup |
| This class hooks into gTest to automatically resets the error handler on the start of a test. More... | |
Namespaces | |
| namespace | iox2 |
| namespace | iox2::bb |
| namespace | iox2::bb::testing |
Typedefs | |
| using | iox2::bb::testing::ErrorHandler = legacy::StaticLifetimeGuard< TestingErrorHandler > |