![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#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 |
const char* first_used_file |
Definition at line 462 of file gmock-spec-builders.cc.
int first_used_line |
Definition at line 463 of file gmock-spec-builders.cc.
::std::string first_used_test |
Definition at line 465 of file gmock-spec-builders.cc.
::std::string first_used_test_suite |
Definition at line 464 of file gmock-spec-builders.cc.
FunctionMockers function_mockers |
Definition at line 467 of file gmock-spec-builders.cc.
bool leakable |
Definition at line 466 of file gmock-spec-builders.cc.