#include "absl/base/internal/exception_safety_testing.h"
#include "gtest/gtest.h"
#include "absl/meta/type_traits.h"
Go to the source code of this file.
Namespaces | |
testing | |
testing::exceptions_internal | |
Functions | |
testing::AssertionResult | testing::exceptions_internal::FailureMessage (const TestException &e, int countdown) noexcept |
std::string | testing::exceptions_internal::GetSpecString (TypeSpec spec) |
std::string | testing::exceptions_internal::GetSpecString (AllocSpec spec) |
exceptions_internal::ExceptionSafetyTestBuilder | testing::MakeExceptionSafetyTester () |
void | testing::exceptions_internal::MaybeThrow (absl::string_view msg, bool throw_bad_alloc) |
Variables | |
int | testing::exceptions_internal::countdown = -1 |
exceptions_internal::NoThrowTag | testing::nothrow_ctor |
exceptions_internal::StrongGuaranteeTagType | testing::strong_guarantee |