|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gmock-matchers.h>
Classes | |
| class | Impl |
Public Member Functions | |
| FloatingEqMatcher (FloatType expected, bool nan_eq_nan) | |
| FloatingEqMatcher (FloatType expected, bool nan_eq_nan, FloatType max_abs_error) | |
| operator Matcher< FloatType > () const | |
| operator Matcher< const FloatType & > () const | |
| operator Matcher< FloatType & > () const | |
Definition at line 1888 of file gmock-matchers.h.
|
inline |
Definition at line 1896 of file gmock-matchers.h.
|
inline |
Definition at line 1903 of file gmock-matchers.h.
References GTEST_CHECK_.
|
inline |
Definition at line 2016 of file gmock-matchers.h.
References testing::MakeMatcher().

|
inline |
Definition at line 2021 of file gmock-matchers.h.
References testing::MakeMatcher().

|
inline |
Definition at line 2026 of file gmock-matchers.h.
References GTEST_DISALLOW_ASSIGN_, and testing::MakeMatcher().

1.8.11