- 3.0.1 core module.
testing::NiceMock< MockClass > Class Template Reference

#include <gmock-nice-strict.h>

Inherits MockClass.

Public Member Functions

 NiceMock ()
 
template<typename A >
 NiceMock (A &&arg)
 
template<typename A1 , typename A2 , typename... An>
 NiceMock (A1 &&arg1, A2 &&arg2, An &&...args)
 
 ~NiceMock ()
 

Constructor & Destructor Documentation

template<class MockClass>
testing::NiceMock< MockClass >::NiceMock ( )
inline
template<class MockClass>
template<typename A >
testing::NiceMock< MockClass >::NiceMock ( A &&  arg)
inlineexplicit
template<class MockClass>
template<typename A1 , typename A2 , typename... An>
testing::NiceMock< MockClass >::NiceMock ( A1 &&  arg1,
A2 &&  arg2,
An &&...  args 
)
inline
template<class MockClass>
testing::NiceMock< MockClass >::~NiceMock ( )
inline

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