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."; \
GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement); \
terminator; \
} else \
::testing::Message()
static bool PartialMatch(const ::std::string &str, const RE &re)
GTEST_API_ bool AlwaysTrue()
Definition at line 311 of file gtest-death-test.h.