Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gmock_matchers_test::GreaterThanMatcher Class Reference
+ Inheritance diagram for testing::gmock_matchers_test::GreaterThanMatcher:
+ Collaboration diagram for testing::gmock_matchers_test::GreaterThanMatcher:

Public Member Functions

 GreaterThanMatcher (int rhs)
 
virtual void DescribeTo (ostream *os) const
 
virtual bool MatchAndExplain (int lhs, MatchResultListener *listener) const
 
- Public Member Functions inherited from testing::MatcherInterface< T >
virtual bool MatchAndExplain (T x, MatchResultListener *listener) const =0
 
- Public Member Functions inherited from testing::MatcherDescriberInterface
virtual ~MatcherDescriberInterface ()
 
virtual void DescribeTo (::std::ostream *os) const =0
 
virtual void DescribeNegationTo (::std::ostream *os) const
 

Private Attributes

int rhs_
 

Detailed Description

Definition at line 162 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 162 of file gmock-matchers_test.cc

Constructor & Destructor Documentation

testing::gmock_matchers_test::GreaterThanMatcher::GreaterThanMatcher ( int  rhs)
inlineexplicit

Definition at line 164 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 164 of file gmock-matchers_test.cc

Member Function Documentation

virtual void testing::gmock_matchers_test::GreaterThanMatcher::DescribeTo ( ostream *  os) const
inlinevirtual

Definition at line 166 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 166 of file gmock-matchers_test.cc

References rhs_.

virtual bool testing::gmock_matchers_test::GreaterThanMatcher::MatchAndExplain ( int  lhs,
MatchResultListener listener 
) const
inlinevirtual

Definition at line 170 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 170 of file gmock-matchers_test.cc

References rhs_.

Member Data Documentation

int testing::gmock_matchers_test::GreaterThanMatcher::rhs_
private

Definition at line 185 of file gmock-matchers_test.cc.

View newest version in sPHENIX GitHub at line 185 of file gmock-matchers_test.cc

Referenced by DescribeTo(), and MatchAndExplain().


The documentation for this class was generated from the following file: