Public Member Functions | |
bool | operator() (const TestCase *test_case) const |
TestCaseNameIs (const std::string &name) | |
Private Attributes | |
std::string | name_ |
Definition at line 5630 of file gtest-all.cc.
testing::internal::TestCaseNameIs::TestCaseNameIs | ( | const std::string & | name | ) | [inline, explicit] |
Definition at line 5633 of file gtest-all.cc.
bool testing::internal::TestCaseNameIs::operator() | ( | const TestCase * | test_case | ) | const [inline] |
Definition at line 5637 of file gtest-all.cc.
std::string testing::internal::TestCaseNameIs::name_ [private] |
Definition at line 5642 of file gtest-all.cc.