v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Types | |
typedef RawPairType::first_type | FirstType |
typedef RawPairType::second_type | SecondType |
Public Member Functions | |
typedef | GTEST_REMOVE_REFERENCE_AND_CONST_ (PairType) RawPairType |
template<typename FirstMatcher , typename SecondMatcher > | |
PairMatcherImpl (FirstMatcher first_matcher, SecondMatcher second_matcher) | |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
virtual bool | MatchAndExplain (PairType a_pair, MatchResultListener *listener) const |
Definition at line 3001 of file gmock-matchers.h.
typedef RawPairType::first_type testing::internal::PairMatcherImpl< PairType >::FirstType |
Definition at line 3004 of file gmock-matchers.h.
typedef RawPairType::second_type testing::internal::PairMatcherImpl< PairType >::SecondType |
Definition at line 3005 of file gmock-matchers.h.
|
inline |
Definition at line 3008 of file gmock-matchers.h.
typedef testing::internal::PairMatcherImpl< PairType >::GTEST_REMOVE_REFERENCE_AND_CONST_ | ( | PairType | ) |
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 3016 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 3024 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherInterface< PairType >.
Definition at line 3033 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, testing::MatchResultListener::IsInterested(), testing::internal::PrintIfNotEmpty(), testing::StringMatchResultListener::str(), and testing::MatchResultListener::stream().