Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | List of all members
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 ()
 

Private Member Functions

 GTEST_DISALLOW_COPY_AND_ASSIGN_ (NiceMock)
 

Detailed Description

template<class MockClass>
class testing::NiceMock< MockClass >

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

Constructor & Destructor Documentation

◆ NiceMock() [1/3]

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

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

◆ NiceMock() [2/3]

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

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

◆ NiceMock() [3/3]

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

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

◆ ~NiceMock()

template<class MockClass >
testing::NiceMock< MockClass >::~NiceMock ( )
inline

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

Member Function Documentation

◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()

template<class MockClass >
testing::NiceMock< MockClass >::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( NiceMock< MockClass > )
private

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