#include "gtest/internal/gtest-death-test-internal.h"
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)
Definition: cmake-build-debug/googletest-src/googletest/include/gtest/internal/gtest-port.h:911
bool AlwaysFalse()
Definition: cmake-build-debug/googletest-src/googletest/include/gtest/internal/gtest-internal.h:844
GTEST_API_ bool AlwaysTrue()