Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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"
#include "gtest/internal/gtest-port.h"
Go to the source code of this file.
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 |
Definition at line 578 of file gmock-spec-builders.cc.
int first_used_line |
Definition at line 579 of file gmock-spec-builders.cc.
::std::string first_used_test_suite |
Definition at line 580 of file gmock-spec-builders.cc.
::std::string first_used_test |
Definition at line 581 of file gmock-spec-builders.cc.
bool leakable |
Definition at line 582 of file gmock-spec-builders.cc.
FunctionMockers function_mockers |
Definition at line 583 of file gmock-spec-builders.cc.
StateMap states_ |
Definition at line 647 of file gmock-spec-builders.cc.