|
proxygen
|
Public Member Functions | |
| GreaterThanMatcher (int rhs) | |
| virtual void | DescribeTo (ostream *os) const |
| virtual bool | MatchAndExplain (int lhs, MatchResultListener *listener) const |
| GreaterThanMatcher (int rhs) | |
| virtual void | DescribeTo (ostream *os) const |
| virtual bool | MatchAndExplain (int lhs, MatchResultListener *listener) const |
| 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 |
| virtual bool | MatchAndExplain (T x, MatchResultListener *listener) const =0 |
| 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 |
| virtual | ~MatcherDescriberInterface () |
| virtual void | DescribeTo (::std::ostream *os) const =0 |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
| virtual | ~MatcherDescriberInterface () |
| virtual void | DescribeTo (::std::ostream *os) const =0 |
| virtual void | DescribeNegationTo (::std::ostream *os) const |
Private Attributes | |
| int | rhs_ |
Definition at line 162 of file gmock-matchers_test.cc.
|
inlineexplicit |
Definition at line 164 of file gmock-matchers_test.cc.
|
inlineexplicit |
Definition at line 164 of file gmock-matchers_test.cc.
|
inlineexplicit |
Definition at line 164 of file gmock-matchers_test.cc.
|
inlinevirtual |
Definition at line 166 of file gmock-matchers_test.cc.
|
inlinevirtual |
Definition at line 166 of file gmock-matchers_test.cc.
|
inlinevirtual |
Definition at line 166 of file gmock-matchers_test.cc.
|
inlinevirtual |
Definition at line 170 of file gmock-matchers_test.cc.
References testing::StringMatchResultListener::Clear(), testing::gmock_matchers_test::Describe(), testing::gmock_matchers_test::DescribeNegation(), testing::internal::MatcherBase< T >::DescribeNegationTo(), testing::internal::MatcherBase< T >::DescribeTo(), diff(), dummy(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, testing::gmock_matchers_test::Explain(), testing::ExplainMatchResult(), testing::gmock_matchers_test::GreaterThan(), m, testing::MakeMatcher(), testing::gmock_matchers_test::OfType(), testing::StringMatchResultListener::str(), stream, testing::internal::TEST(), and testing::Value().
|
inlinevirtual |
Definition at line 170 of file gmock-matchers_test.cc.
References diff().
|
inlinevirtual |
Definition at line 170 of file gmock-matchers_test.cc.
References testing::StringMatchResultListener::Clear(), testing::gmock_matchers_test::Describe(), testing::gmock_matchers_test::DescribeNegation(), testing::internal::MatcherBase< T >::DescribeNegationTo(), testing::internal::MatcherBase< T >::DescribeTo(), diff(), dummy(), EXPECT_EQ, EXPECT_FALSE, EXPECT_TRUE, testing::gmock_matchers_test::Explain(), testing::ExplainMatchResult(), testing::gmock_matchers_test::GreaterThan(), m, testing::MakeMatcher(), testing::gmock_matchers_test::OfType(), testing::StringMatchResultListener::str(), stream, testing::internal::TEST(), and testing::Value().
|
private |
Definition at line 185 of file gmock-matchers_test.cc.