|
iceoryx2
C++ Language Bindings
|
This class hooks into gTest to automatically clear the log messages on the start of a test an print the cached log messages from failed tests. More...
#include <testing_logger.hpp>
Public Member Functions | |
| auto | OnTestStart (const ::testing::TestInfo &info) -> void override |
| auto | OnTestPartResult (const ::testing::TestPartResult &result) -> void override |
This class hooks into gTest to automatically clear the log messages on the start of a test an print the cached log messages from failed tests.
Definition at line 40 of file testing_logger.hpp.
|
inlineoverride |
Definition at line 267 of file testing_logger.hpp.
References iox2::legacy::log::internal::Logger< BaseLogger >::get().
|
inlineoverride |
Definition at line 243 of file testing_logger.hpp.
References iox2::legacy::log::internal::Logger< BaseLogger >::get(), iox2::bb::testing::detail::sig_handler_flush_logger(), and iox2::legacy::log::Trace.