|
| GTEST_DISABLE_MSC_WARNINGS_PUSH_ (4251) namespace testing |
|
| GTEST_DISABLE_MSC_WARNINGS_POP_ () GTEST_DISABLE_MSC_WARNINGS_PUSH_(4251) namespace testing |
|
| testing::GTEST_DEFINE_string_ (death_test_style, internal::StringFromGTestEnv("death_test_style", kDefaultDeathTestStyle), "Indicates how to run a death test in a forked child process: " "\hreadsafe\(child process re-executes the test binary " "from the beginning, running only the specific death test) or " "\ast\(child process runs the death test immediately " "after forking).") |
|
| testing::GTEST_DEFINE_bool_ (death_test_use_fork, internal::BoolFromGTestEnv("death_test_use_fork", false), "Instructs to use fork()/_exit() instead of clone() in death tests. " "Ignored and always uses fork() on POSIX systems where clone() is not " "implemented. Useful when running under valgrind or similar tools if " "those do not support clone(). Valgrind 3.3.1 will just fail if " "it sees an unsupported combination of clone() flags. " "It is not recommended to use this flag w/o valgrind though it will " "work in 99% of the cases. Once valgrind is fixed, this flag will " "most likely be removed.") |
|
| testing::internal::GTEST_DEFINE_string_ (internal_run_death_test, "", "Indicates the file, line number, temporal index of " "the single death test to run, and a file descriptor to " "which a success code may be sent, all separated by " "the '|' characters. This flag is specified if and only if the current " "process is a sub-process launched for running a thread-safe " "death test. FOR INTERNAL USE ONLY.") |
|
size_t | testing::internal::GetThreadCount () |
|
GTEST_API_ ::std::string | testing::internal::FormatFileLocation (const char *file, int line) |
|
GTEST_API_ ::std::string | testing::internal::FormatCompilerIndependentFileLocation (const char *file, int line) |
|
void | testing::internal::CaptureStdout () |
|
void | testing::internal::CaptureStderr () |
|
std::string | testing::internal::GetCapturedStdout () |
|
std::string | testing::internal::GetCapturedStderr () |
|
size_t | testing::internal::GetFileSize (FILE *file) |
|
std::string | testing::internal::ReadEntireFile (FILE *file) |
|
bool | testing::internal::ParseInt32 (const Message &src_text, const char *str, Int32 *value) |
|
bool | testing::internal::BoolFromGTestEnv (const char *flag, bool default_value) |
|
Int32 | testing::internal::Int32FromGTestEnv (const char *flag, Int32 default_value) |
|
std::string | testing::internal::OutputFlagAlsoCheckEnvVar () |
|
const char * | testing::internal::StringFromGTestEnv (const char *flag, const char *default_value) |
|
void | testing::internal2::PrintBytesInObjectTo (const unsigned char *obj_bytes, size_t count, ostream *os) |
|
bool | testing::internal::IsPrintableAscii (wchar_t c) |
|
template<typename UnsignedChar , typename Char > |
void | testing::internal::PrintCharAndCodeTo (Char c, ostream *os) |
|
void | testing::internal::PrintTo (unsigned char c, ::std::ostream *os) |
|
void | testing::internal::PrintTo (signed char c, ::std::ostream *os) |
|
void | testing::internal::PrintTo (wchar_t wc, ostream *os) |
|
void | testing::internal::UniversalPrintArray (const char *begin, size_t len, ostream *os) |
|
void | testing::internal::UniversalPrintArray (const wchar_t *begin, size_t len, ostream *os) |
|
void | testing::internal::PrintTo (const char *s, ostream *os) |
|
void | testing::internal::PrintTo (const wchar_t *s, ostream *os) |
|
void | testing::internal::PrintStringTo (const ::std::string &s, ostream *os) |
|
void | testing::internal::PrintWideStringTo (const ::std::wstring &s, ostream *os) |
|
std::ostream & | testing::operator<< (std::ostream &os, const TestPartResult &result) |
|