Go to the source code of this file.
◆ ASSERT_DEATH_IF_SUPPORTED
◆ EXPECT_DEATH_IF_SUPPORTED
◆ GTEST_UNSUPPORTED_DEATH_TEST
| #define GTEST_UNSUPPORTED_DEATH_TEST |
( |
| statement, |
|
|
| regex, |
|
|
| terminator ) |
Value: GTEST_AMBIGUOUS_ELSE_BLOCKER_ \
GTEST_LOG_(WARNING) << "Death tests are not supported on this platform.\n" \
<< "Statement '" #statement "' cannot be verified."; \
::testing::internal::RE::PartialMatch(".*", (regex)); \
GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \
terminator; \
} else \
::testing::Message()
bool AlwaysFalse()
Definition gtest-internal.h:829
GTEST_API_ bool AlwaysTrue()
Definition gtest.cc:6312
◆ GTEST_DECLARE_string_()
| GTEST_DECLARE_string_ |
( |
death_test_style | | ) |
|