iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::bb::testing::LogPrinter Class Reference

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>

Inheritance diagram for iox2::bb::testing::LogPrinter:

Public Member Functions

auto OnTestStart (const ::testing::TestInfo &info) -> void override
 
auto OnTestPartResult (const ::testing::TestPartResult &result) -> void override
 

Detailed Description

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.

Member Function Documentation

◆ OnTestPartResult()

auto iox2::bb::testing::LogPrinter::OnTestPartResult ( const ::testing::TestPartResult &  result) -> void
inlineoverride

◆ OnTestStart()

auto iox2::bb::testing::LogPrinter::OnTestStart ( const ::testing::TestInfo &  info) -> void
inlineoverride

The documentation for this class was generated from the following file: