Wire Sysio Wire Sysion 1.0.0
|
#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.
Namespaces | |
namespace | testing |
namespace | testing::internal |
Macros | |
#define | GMOCK_ON_CALL_IMPL_(mock_expr, Setter, call) |
#define | ON_CALL(obj, call) |
#define | EXPECT_CALL(obj, call) |
Enumerations | |
enum | testing::internal::CallReaction { testing::internal::kAllow , testing::internal::kWarn , testing::internal::kFail } |
Functions | |
GTEST_API_ | testing::internal::GTEST_DECLARE_STATIC_MUTEX_ (g_gmock_mutex) |
GTEST_API_ void | testing::internal::LogWithLocation (testing::internal::LogSeverity severity, const char *file, int line, const std::string &message) |
void | testing::internal::ReportUninterestingCall (CallReaction reaction, const std::string &msg) |
template<typename T > | |
const T & | testing::Const (const T &x) |
Variables | |
class GTEST_API_ testing::InSequence | testing::GTEST_ATTRIBUTE_UNUSED_ |
GTEST_API_ ThreadLocal< Sequence * > | testing::internal::g_gmock_implicit_sequence |
#define EXPECT_CALL | ( | obj, | |
call ) |
Definition at line 1915 of file gmock-spec-builders.h.
#define GMOCK_ON_CALL_IMPL_ | ( | mock_expr, | |
Setter, | |||
call ) |
Definition at line 1908 of file gmock-spec-builders.h.
#define ON_CALL | ( | obj, | |
call ) |
Definition at line 1912 of file gmock-spec-builders.h.