proxygen
gtest-death-test-internal.h File Reference
#include "gtest/internal/gtest-internal.h"
#include <stdio.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)
 

Macro Definition Documentation

#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."; \
terminator; \
} else \
::testing::Message()
regex
Definition: CMakeCache.txt:563
#define GTEST_LOG_(severity)
Definition: gtest-port.h:1271
static bool PartialMatch(const ::std::string &str, const RE &re)
Definition: gtest-port.h:1187
#define GTEST_SUPPRESS_UNREACHABLE_CODE_WARNING_BELOW_(statement)
GTEST_API_ bool AlwaysTrue()
Definition: gtest.cc:4988
if(FOLLY_USE_SYMBOLIZER) add_library(folly_exception_tracer_base ExceptionTracer.cpp StackTrace.cpp) apply_folly_compile_options_to_target(folly_exception_tracer_base) target_link_libraries(folly_exception_tracer_base PUBLIC folly) add_library(folly_exception_tracer ExceptionStackTraceLib.cpp ExceptionTracerLib.cpp) apply_folly_compile_options_to_target(folly_exception_tracer) target_link_libraries(folly_exception_tracer PUBLIC folly_exception_tracer_base) add_library(folly_exception_counter ExceptionCounterLib.cpp) apply_folly_compile_options_to_target(folly_exception_counter) target_link_libraries(folly_exception_counter PUBLIC folly_exception_tracer) install(FILES ExceptionAbi.h ExceptionCounterLib.h ExceptionTracer.h ExceptionTracerLib.h StackTrace.h DESTINATION $
Definition: CMakeLists.txt:1

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