Definition at line 4879 of file gtest.cc.
◆ TestCaseNameIs()
testing::internal::TestCaseNameIs::TestCaseNameIs |
( |
const std::string & | name | ) |
|
|
inlineexplicit |
◆ operator()()
bool testing::internal::TestCaseNameIs::operator() |
( |
const TestCase * | test_case | ) |
const |
|
inline |
Definition at line 4886 of file gtest.cc.
4886 {
4887 return test_case != NULL && strcmp(test_case->name(), name_.c_str()) == 0;
4888 }
The documentation for this class was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/thirdparty/gtest/googletest/src/gtest.cc