|
Monero
|
#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 |
| 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 Member Functions | |
| bool | HasMaxAbsError () const |
| GTEST_DISALLOW_ASSIGN_ (Impl) | |
Private Attributes | |
| const FloatType | expected_ |
| const bool | nan_eq_nan_ |
| const FloatType | max_abs_error_ |
|
inline |
|
inlinevirtual |
Reimplemented from testing::MatcherDescriberInterface.
|
inlinevirtual |
Implements testing::MatcherDescriberInterface.
|
private |
|
inlineprivate |
|
inlinevirtual |
Implements testing::MatcherInterface< T >.
|
private |
|
private |
|
private |