Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
HasSubstrMatcher (const StringType &substring) | |
template<typename CharType > | |
bool | MatchAndExplain (CharType *s, MatchResultListener *listener) const |
template<typename MatcheeStringType > | |
bool | MatchAndExplain (const MatcheeStringType &s, MatchResultListener *) const |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
Private Member Functions | |
GTEST_DISALLOW_ASSIGN_ (HasSubstrMatcher) | |
Private Attributes | |
const StringType | substring_ |
Definition at line 1187 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1187 of file gmock-matchers.h
|
inlineexplicit |
Definition at line 1189 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1189 of file gmock-matchers.h
|
inline |
Definition at line 1219 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1219 of file gmock-matchers.h
References testing::internal::HasSubstrMatcher< StringType >::substring_, and testing::internal::UniversalPrint().
|
inline |
Definition at line 1214 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1214 of file gmock-matchers.h
References testing::internal::HasSubstrMatcher< StringType >::substring_, and testing::internal::UniversalPrint().
|
private |
|
inline |
Definition at line 1198 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1198 of file gmock-matchers.h
|
inline |
Definition at line 1207 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1207 of file gmock-matchers.h
References testing::internal::HasSubstrMatcher< StringType >::substring_.
|
private |
Definition at line 1225 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 1225 of file gmock-matchers.h
Referenced by testing::internal::HasSubstrMatcher< StringType >::DescribeNegationTo(), testing::internal::HasSubstrMatcher< StringType >::DescribeTo(), and testing::internal::HasSubstrMatcher< StringType >::MatchAndExplain().