v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Public Member Functions | |
Impl (FloatType expected, bool nan_eq_nan, FloatType max_abs_error) | |
virtual bool | MatchAndExplain (T value, MatchResultListener *listener) const |
virtual void | DescribeTo (::std::ostream *os) const |
virtual void | DescribeNegationTo (::std::ostream *os) const |
Definition at line 1914 of file gmock-matchers.h.
|
inline |
Definition at line 1916 of file gmock-matchers.h.
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
Definition at line 1921 of file gmock-matchers.h.
References testing::internal::FloatingPoint< RawType >::is_nan(), and testing::MatchResultListener::IsInterested().
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
Definition at line 1956 of file gmock-matchers.h.
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
Definition at line 1977 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_.