#include <exception_safety_testing.h>
Public Member Functions | |
TestException (absl::string_view msg) | |
virtual const char * | what () const noexcept |
virtual | ~TestException () |
Private Attributes | |
std::string | msg_ |
Definition at line 73 of file exception_safety_testing.h.
testing::exceptions_internal::TestException::TestException | ( | absl::string_view | msg | ) | [inline, explicit] |
Definition at line 75 of file exception_safety_testing.h.
virtual testing::exceptions_internal::TestException::~TestException | ( | ) | [inline, virtual] |
Definition at line 76 of file exception_safety_testing.h.
virtual const char* testing::exceptions_internal::TestException::what | ( | ) | const [inline, virtual] |
Definition at line 77 of file exception_safety_testing.h.
std::string testing::exceptions_internal::TestException::msg_ [private] |
Definition at line 80 of file exception_safety_testing.h.