Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions | Variables
gtest-death-test-internal.h File Reference
#include <stdio.h>
#include <memory>
#include <string>
#include "gtest/gtest-matchers.h"
#include "gtest/internal/gtest-internal.h"
#include "gtest/internal/gtest-port.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
 

Functions

 GTEST_DECLARE_string_ (internal_run_death_test)
 
Matcher< const ::std::string & > testing::internal::MakeDeathTestMatcher (::testing::internal::RE regex)
 
Matcher< const ::std::string & > testing::internal::MakeDeathTestMatcher (const char *regex)
 
Matcher< const ::std::string & > testing::internal::MakeDeathTestMatcher (const ::std::string &regex)
 
Matcher< const ::std::string & > testing::internal::MakeDeathTestMatcher (Matcher< const ::std::string & > matcher)
 

Variables

const char testing::internal::kInternalRunDeathTestFlag [] = "internal_run_death_test"
 

Function Documentation

GTEST_DECLARE_string_ ( internal_run_death_test  )