F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gmock-spec-builders.cc File Reference
#include "gmock/gmock-spec-builders.h"
#include <stdlib.h>
#include <iostream>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <unordered_map>
#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

namespace  testing
 
namespace  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
 

Variable Documentation

◆ first_used_file

const char* first_used_file

Definition at line 462 of file gmock-spec-builders.cc.

◆ first_used_line

int first_used_line

Definition at line 463 of file gmock-spec-builders.cc.

◆ first_used_test

::std::string first_used_test

Definition at line 465 of file gmock-spec-builders.cc.

◆ first_used_test_suite

::std::string first_used_test_suite

Definition at line 464 of file gmock-spec-builders.cc.

◆ function_mockers

FunctionMockers function_mockers

Definition at line 467 of file gmock-spec-builders.cc.

◆ leakable

bool leakable

Definition at line 466 of file gmock-spec-builders.cc.