Go to the source code of this file.
#define GTEST_UNSUPPORTED_DEATH_TEST |
( |
|
statement, |
|
|
|
regex_or_matcher, |
|
|
|
terminator |
|
) |
| |
Value:
GTEST_LOG_(WARNING) <<
"Death tests are not supported on this platform.\n" \
<< "Statement '" #statement "' cannot be verified."; \
terminator; \
} else \
::testing::Message()
Matcher< const ::std::string & > MakeDeathTestMatcher(::testing::internal::RE regex)
#define GTEST_LOG_(severity)
GTEST_API_ bool AlwaysTrue()
#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement)
Definition at line 314 of file gtest-death-test.h.
GTEST_DECLARE_string_ |
( |
death_test_style |
| ) |
|