![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <cstdint>
#include <type_traits>
#include "gmock/gmock-spec-builders.h"
#include "gmock/internal/gmock-port.h"
Go to the source code of this file.
Namespaces | |
namespace | testing |
namespace | testing::internal |
Macros | |
#define | GTEST_INTERNAL_EMPTY_BASE_CLASS |
Functions | |
template<typename T > | |
std::true_type | testing::internal::StrictnessModifierProbe (const NiceMock< T > &) |
template<typename T > | |
std::true_type | testing::internal::StrictnessModifierProbe (const NaggyMock< T > &) |
template<typename T > | |
std::true_type | testing::internal::StrictnessModifierProbe (const StrictMock< T > &) |
std::false_type | testing::internal::StrictnessModifierProbe (...) |
template<typename T > | |
constexpr bool | testing::internal::HasStrictnessModifier () |
#define GTEST_INTERNAL_EMPTY_BASE_CLASS |
Definition at line 107 of file gmock-nice-strict.h.