Go to the source code of this file.
◆ 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()
GTEST_API_ bool AlwaysTrue()
Definition at line 310 of file gtest-death-test.h.
◆ EXPECT_DEATH_IF_SUPPORTED
◆ ASSERT_DEATH_IF_SUPPORTED