Analysis Software
Documentation for sPHENIX simulation software
|
#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-matchers.h>
Public Member Functions | |
typedef | GTEST_REFERENCE_TO_CONST_ (PropertyType) RefToConstProperty |
PropertyMatcher (PropertyType(Class::*property)() const, const Matcher< RefToConstProperty > &matcher) | |
void | DescribeTo (::std::ostream *os) const |
void | DescribeNegationTo (::std::ostream *os) const |
template<typename T > | |
bool | MatchAndExplain (const T &value, MatchResultListener *listener) const |
Private Member Functions | |
bool | MatchAndExplainImpl (false_type, const Class &obj, MatchResultListener *listener) const |
bool | MatchAndExplainImpl (true_type, const Class *p, MatchResultListener *listener) const |
GTEST_DISALLOW_ASSIGN_ (PropertyMatcher) | |
Private Attributes | |
PropertyType(Class::* | property_ )() const |
const Matcher< RefToConstProperty > | matcher_ |
Definition at line 2236 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2236 of file gmock-matchers.h
|
inline |
Definition at line 2244 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2244 of file gmock-matchers.h
|
inline |
Definition at line 2253 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2253 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeNegationTo(), and testing::internal::PropertyMatcher< Class, PropertyType >::matcher_.
|
inline |
Definition at line 2248 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2248 of file gmock-matchers.h
References testing::internal::MatcherBase< T >::DescribeTo(), and testing::internal::PropertyMatcher< Class, PropertyType >::matcher_.
|
private |
typedef testing::internal::PropertyMatcher< Class, PropertyType >::GTEST_REFERENCE_TO_CONST_ | ( | PropertyType | ) |
|
inline |
Definition at line 2259 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2259 of file gmock-matchers.h
References GTEST_REMOVE_CONST_, testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplainImpl(), Acts::UnitConstants::T, and parse_cmake_options::type.
|
inlineprivate |
Definition at line 2270 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2270 of file gmock-matchers.h
References testing::internal::posix::Abort(), testing::internal::PropertyMatcher< Class, PropertyType >::matcher_, testing::internal::MatchPrintAndExplain(), and testing::internal::PropertyMatcher< Class, PropertyType >::property_.
Referenced by testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplain(), and testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplainImpl().
|
inlineprivate |
Definition at line 2286 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2286 of file gmock-matchers.h
References testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplainImpl().
|
private |
Definition at line 2299 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2299 of file gmock-matchers.h
Referenced by testing::internal::PropertyMatcher< Class, PropertyType >::DescribeNegationTo(), testing::internal::PropertyMatcher< Class, PropertyType >::DescribeTo(), and testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplainImpl().
|
private |
Definition at line 2298 of file gmock-matchers.h.
View newest version in sPHENIX GitHub at line 2298 of file gmock-matchers.h
Referenced by testing::internal::PropertyMatcher< Class, PropertyType >::MatchAndExplainImpl().