Sacado Package Browser (Single Doxygen Collection)  Version of the Day
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Macros | Functions
gmock-nice-strict.h File Reference
#include <cstdint>
#include <type_traits>
#include "gmock/gmock-spec-builders.h"
#include "gmock/internal/gmock-port.h"
Include dependency graph for gmock-nice-strict.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  testing::NiceMock< MockClass >
 
class  testing::NaggyMock< MockClass >
 
class  testing::StrictMock< MockClass >
 
class  testing::internal::NiceMockImpl< Base >
 
class  testing::internal::NaggyMockImpl< Base >
 
class  testing::internal::StrictMockImpl< Base >
 
class  testing::NiceMock< MockClass >
 
class  testing::NaggyMock< MockClass >
 
class  testing::StrictMock< MockClass >
 

Namespaces

 testing
 
 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 ()
 

Macro Definition Documentation

#define GTEST_INTERNAL_EMPTY_BASE_CLASS

Definition at line 107 of file gmock-nice-strict.h.