webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros | Functions | Variables
gtest-death-test-internal.h File Reference
#include <gtest/internal/gtest-internal.h>

Go to the source code of this file.

Namespaces

 testing
 
 testing::internal
 

Macros

#define GTEST_UNSUPPORTED_DEATH_TEST_(statement, regex, terminator)
 

Functions

 testing::internal::GTEST_DECLARE_string_ (internal_run_death_test)
 

Variables

const char testing::internal::kDeathTestStyleFlag [] = "death_test_style"
 
const char testing::internal::kDeathTestUseFork [] = "death_test_use_fork"
 
const char testing::internal::kInternalRunDeathTestFlag [] = "internal_run_death_test"
 

Macro Definition Documentation

◆ GTEST_UNSUPPORTED_DEATH_TEST_

#define GTEST_UNSUPPORTED_DEATH_TEST_ (   statement,
  regex,
  terminator 
)
Value:
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; \
static bool PartialMatch(const ::std::string &str, const RE &re)
Definition: gtest-port.h:723
Message
Definition: peerconnection_unittest.cc:105
if(!isset( $GET[ 'random_id']))
Definition: cacheable-random-text.php:7
GTEST_API_ bool AlwaysTrue()
Definition: gtest.cc:4347
bool AlwaysFalse()
Definition: gtest-internal.h:763
#define WARNING(expr)
Definition: audio_device_test_defines.h:49