#include <functional>
#include <map>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <type_traits>
#include <utility>
#include <vector>
#include "gmock/gmock-actions.h"
#include "gmock/gmock-cardinalities.h"
#include "gmock/gmock-matchers.h"
#include "gmock/internal/gmock-internal-utils.h"
#include "gmock/internal/gmock-port.h"
#include "gtest/gtest.h"
Go to the source code of this file.
#define GMOCK_ON_CALL_IMPL_ |
( |
|
mock_expr, |
|
|
|
Setter, |
|
|
|
call |
|
) |
| |
Value:
nullptr) \
.Setter(__FILE__, __LINE__, #mock_expr, #call)
GTEST_API_ WithoutMatchers GetWithoutMatchers()
GTEST_DISABLE_MSC_WARNINGS_PUSH_ |
( |
4251 |
| ) |
|