- 3.0.1 core module.
gmock-matchers.h File Reference
#include <math.h>
#include <algorithm>
#include <initializer_list>
#include <iterator>
#include <limits>
#include <memory>
#include <ostream>
#include <sstream>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "gmock/internal/gmock-internal-utils.h"
#include "gmock/internal/gmock-port.h"
#include "gtest/gtest.h"
#include "gmock/internal/custom/gmock-matchers.h"

Go to the source code of this file.

Macros

#define GMOCK_MAYBE_5046_
 
#define ASSERT_THAT(value, matcher)
 
#define EXPECT_THAT(value, matcher)
 

Functions

 GTEST_DISABLE_MSC_WARNINGS_PUSH_ (4251 GMOCK_MAYBE_5046_) namespace testing
 

Macro Definition Documentation

#define GMOCK_MAYBE_5046_
#define ASSERT_THAT (   value,
  matcher 
)
Value:
::testing::internal::MakePredicateFormatterFromMatcher(matcher), value)
#define ASSERT_PRED_FORMAT1(pred_format, v1)
Definition: gtest_pred_impl.h:118
int value
Definition: gmock-matchers_test.cc:657
#define EXPECT_THAT (   value,
  matcher 
)
Value:
::testing::internal::MakePredicateFormatterFromMatcher(matcher), value)
int value
Definition: gmock-matchers_test.cc:657
#define EXPECT_PRED_FORMAT1(pred_format, v1)
Definition: gtest_pred_impl.h:114

Referenced by testing::gmock_nice_strict_test::MockBaz::MockBaz(), testing::gmock_nice_strict_test::TEST(), and TEST_F().

Function Documentation