Static Public Member Functions | |
static bool | FilterMatchesTest (const std::string &test_case_name, const std::string &test_name) |
static std::string | GetAbsolutePathToOutputFile () |
static std::string | GetOutputFormat () |
static bool | MatchesFilter (const std::string &name, const char *filter) |
static bool | PatternMatchesString (const char *pattern, const char *str) |
Definition at line 773 of file gtest-all.cc.
bool testing::internal::UnitTestOptions::FilterMatchesTest | ( | const std::string & | test_case_name, |
const std::string & | test_name | ||
) | [static] |
Definition at line 1964 of file gtest-all.cc.
std::string testing::internal::UnitTestOptions::GetAbsolutePathToOutputFile | ( | ) | [static] |
Definition at line 1888 of file gtest-all.cc.
std::string testing::internal::UnitTestOptions::GetOutputFormat | ( | ) | [static] |
Definition at line 1876 of file gtest-all.cc.
bool testing::internal::UnitTestOptions::MatchesFilter | ( | const std::string & | name, |
const char * | filter | ||
) | [static] |
Definition at line 1941 of file gtest-all.cc.
bool testing::internal::UnitTestOptions::PatternMatchesString | ( | const char * | pattern, |
const char * | str | ||
) | [static] |
Definition at line 1924 of file gtest-all.cc.