Orxonox
0.0.5 Codename: Arcturus
|
#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 | |
testing | |
testing::internal | |
Macros | |
#define | EXPECT_CALL(obj, call) GMOCK_EXPECT_CALL_IMPL_(obj, call) |
#define | GMOCK_EXPECT_CALL_IMPL_(obj, call) ((obj).gmock_##call).InternalExpectedAt(__FILE__, __LINE__, #obj, #call) |
#define | GMOCK_ON_CALL_IMPL_(obj, call) |
#define | ON_CALL(obj, call) GMOCK_ON_CALL_IMPL_(obj, call) |
Enumerations | |
enum | testing::internal::CallReaction { testing::internal::ALLOW, testing::internal::WARN, testing::internal::FAIL } |
Functions | |
template<typename T > | |
const T & | testing::Const (const T &x) |
testing::internal::GTEST_DECLARE_STATIC_MUTEX_ (g_gmock_mutex) | |
void | testing::internal::LogWithLocation (testing::internal::LogSeverity severity, const char *file, int line, const string &message) |
void | testing::internal::ReportUninterestingCall (CallReaction reaction, const string &msg) |
Variables | |
ThreadLocal< Sequence * > | testing::internal::g_gmock_implicit_sequence |
class testing::InSequence | testing::GTEST_ATTRIBUTE_UNUSED_ |
#define EXPECT_CALL | ( | obj, | |
call | |||
) | GMOCK_EXPECT_CALL_IMPL_(obj, call) |
#define GMOCK_EXPECT_CALL_IMPL_ | ( | obj, | |
call | |||
) | ((obj).gmock_##call).InternalExpectedAt(__FILE__, __LINE__, #obj, #call) |
#define GMOCK_ON_CALL_IMPL_ | ( | obj, | |
call | |||
) |
#define ON_CALL | ( | obj, | |
call | |||
) | GMOCK_ON_CALL_IMPL_(obj, call) |