#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.
◆ ASSERT_THAT
#define ASSERT_THAT |
( |
|
value, |
|
|
|
matcher |
|
) |
| |
◆ EXPECT_THAT
#define EXPECT_THAT |
( |
|
value, |
|
|
|
matcher |
|
) |
| |
◆ GMOCK_MAYBE_5046_
#define GMOCK_MAYBE_5046_ |
◆ GTEST_DISABLE_MSC_WARNINGS_PUSH_()
GTEST_DISABLE_MSC_WARNINGS_PUSH_ |
( |
4251 |
GMOCK_MAYBE_5046_ | ) |
|