- 3.0.1 core module.
|
#include "gmock/gmock-spec-builders.h"
#include <stdlib.h>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <vector>
#include "gmock/gmock.h"
#include "gtest/gtest.h"
Namespaces | |
testing | |
testing::internal | |
Functions | |
GTEST_API_ | testing::internal::GTEST_DEFINE_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) |
CallReaction | testing::internal::intToCallReaction (int mock_behavior) |
Variables | |
GTEST_API_ ThreadLocal< Sequence * > | testing::internal::g_gmock_implicit_sequence |
const char* first_used_file |
Referenced by testing::internal::intToCallReaction().
int first_used_line |
Referenced by testing::internal::intToCallReaction().
::std::string first_used_test_suite |
::std::string first_used_test |
bool leakable |
Referenced by testing::internal::intToCallReaction().
FunctionMockers function_mockers |