Definition at line 5671 of file gtest.cc.
◆ TestSuiteNameIs()
testing::internal::TestSuiteNameIs::TestSuiteNameIs |
( |
const std::string & |
name | ) |
|
|
inlineexplicit |
◆ operator()()
bool testing::internal::TestSuiteNameIs::operator() |
( |
const TestSuite * |
test_suite | ) |
const |
|
inline |
Definition at line 5677 of file gtest.cc.
5677 {
5678 return test_suite != nullptr &&
5679 strcmp(test_suite->name(), name_.c_str()) == 0;
5680 }
The documentation for this class was generated from the following file:
- /media/home/debian/src/github/tesseract-ocr/tesseract/unittest/third_party/googletest/googletest/src/gtest.cc