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
testing::NaggyMock< MockClass > Class Template Reference

#include <googletest/googlemock/include/gmock/gmock-nice-strict.h>

Inheritance diagram for testing::NaggyMock< MockClass >:
testing::internal::NaggyMockImpl< MockClass >

Public Member Functions

 NaggyMock ()
 
template<typename A >
 NaggyMock (A &&arg)
 
template<typename TArg1 , typename TArg2 , typename... An>
 NaggyMock (TArg1 &&arg1, TArg2 &&arg2, An &&... args)
 

Detailed Description

template<class MockClass>
class testing::NaggyMock< MockClass >

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

Constructor & Destructor Documentation

◆ NaggyMock() [1/3]

template<class MockClass >
testing::NaggyMock< MockClass >::NaggyMock ( )
inline

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

◆ NaggyMock() [2/3]

template<class MockClass >
template<typename A >
testing::NaggyMock< MockClass >::NaggyMock ( A && arg)
inlineexplicit

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

◆ NaggyMock() [3/3]

template<class MockClass >
template<typename TArg1 , typename TArg2 , typename... An>
testing::NaggyMock< MockClass >::NaggyMock ( TArg1 && arg1,
TArg2 && arg2,
An &&... args )
inline

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


The documentation for this class was generated from the following file: