#include <map>
#include <set>
#include <sstream>
#include <string>
#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.
|
enum | testing::internal::CallReaction {
testing::internal::kAllow,
testing::internal::kWarn,
testing::internal::kFail,
testing::internal::kDefault = kWarn,
testing::internal::kAllow,
testing::internal::kWarn,
testing::internal::kFail,
testing::internal::kDefault = kWarn,
testing::internal::kAllow,
testing::internal::kWarn,
testing::internal::kFail,
testing::internal::kDefault = kWarn
} |
|
#define GMOCK_EXPECT_CALL_IMPL_ |
( |
|
obj, |
|
|
|
call |
|
) |
| ((obj).gmock_##call).InternalExpectedAt(__FILE__, __LINE__, #obj, #call) |
#define GMOCK_ON_CALL_IMPL_ |
( |
|
obj, |
|
|
|
call |
|
) |
| |
Value:((obj).gmock_##
call).InternalDefaultActionSetAt(__FILE__, __LINE__, \
Future< bool > call(int depth, Executor *executor)
Definition at line 1838 of file gmock-spec-builders.h.