Electroneum
gtest-death-test-internal.h File Reference
#include "gtest/internal/gtest-internal.h"
#include <stdio.h>
Include dependency graph for gtest-death-test-internal.h:
This graph shows which files directly or indirectly include this file:

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)
 

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; \
} else \
::testing::Message()
GTEST_API_ bool AlwaysTrue()
static bool PartialMatch(const ::std::string &str, const RE &re)
Definition: gtest-port.h:1187
else if(0==res)

Definition at line 301 of file gtest-death-test-internal.h.