Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::NiceMock< MockClass > Class Template Reference

#include <gmock-generated-nice-strict.h>

Inheritance diagram for testing::NiceMock< MockClass >:
Collaboration diagram for testing::NiceMock< MockClass >:

Public Member Functions

 NiceMock ()
 
template<typename A1 >
 NiceMock (const A1 &a1)
 
template<typename A1 , typename A2 >
 NiceMock (const A1 &a1, const A2 &a2)
 
template<typename A1 , typename A2 , typename A3 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3)
 
template<typename A1 , typename A2 , typename A3 , typename A4 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4)
 
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4, const A5 &a5)
 
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4, const A5 &a5, const A6 &a6)
 
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4, const A5 &a5, const A6 &a6, const A7 &a7)
 
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4, const A5 &a5, const A6 &a6, const A7 &a7, const A8 &a8)
 
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4, const A5 &a5, const A6 &a6, const A7 &a7, const A8 &a8, const A9 &a9)
 
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 >
 NiceMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4, const A5 &a5, const A6 &a6, const A7 &a7, const A8 &a8, const A9 &a9, const A10 &a10)
 
 ~NiceMock ()
 

Detailed Description

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

Definition at line 75 of file gmock-generated-nice-strict.h.

Constructor & Destructor Documentation

◆ NiceMock() [1/11]

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

Definition at line 77 of file gmock-generated-nice-strict.h.

77 : MockClass() {
78 ::testing::Mock::AllowUninterestingCalls(
80 }
To ImplicitCast_(To x)
Here is the call graph for this function:

◆ NiceMock() [2/11]

template<class MockClass >
template<typename A1 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1)
inlineexplicit

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

107 : MockClass(a1) {
108 ::testing::Mock::AllowUninterestingCalls(
110 }
Here is the call graph for this function:

◆ NiceMock() [3/11]

template<class MockClass >
template<typename A1 , typename A2 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2 )
inline

Definition at line 112 of file gmock-generated-nice-strict.h.

112 : MockClass(a1, a2) {
113 ::testing::Mock::AllowUninterestingCalls(
115 }
Here is the call graph for this function:

◆ NiceMock() [4/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3 )
inline

Definition at line 118 of file gmock-generated-nice-strict.h.

118 : MockClass(a1, a2, a3) {
119 ::testing::Mock::AllowUninterestingCalls(
121 }
Here is the call graph for this function:

◆ NiceMock() [5/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3,
const A4 & a4 )
inline

Definition at line 124 of file gmock-generated-nice-strict.h.

125 : MockClass(a1, a2, a3, a4) {
126 ::testing::Mock::AllowUninterestingCalls(
128 }
Here is the call graph for this function:

◆ NiceMock() [6/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3,
const A4 & a4,
const A5 & a5 )
inline

Definition at line 131 of file gmock-generated-nice-strict.h.

132 : MockClass(a1, a2, a3, a4, a5) {
133 ::testing::Mock::AllowUninterestingCalls(
135 }
Here is the call graph for this function:

◆ NiceMock() [7/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3,
const A4 & a4,
const A5 & a5,
const A6 & a6 )
inline

Definition at line 139 of file gmock-generated-nice-strict.h.

140 : MockClass(a1, a2, a3, a4, a5, a6) {
141 ::testing::Mock::AllowUninterestingCalls(
143 }
Here is the call graph for this function:

◆ NiceMock() [8/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3,
const A4 & a4,
const A5 & a5,
const A6 & a6,
const A7 & a7 )
inline

Definition at line 147 of file gmock-generated-nice-strict.h.

148 : MockClass(a1, a2, a3, a4, a5,
149 a6, a7) {
150 ::testing::Mock::AllowUninterestingCalls(
152 }
Here is the call graph for this function:

◆ NiceMock() [9/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3,
const A4 & a4,
const A5 & a5,
const A6 & a6,
const A7 & a7,
const A8 & a8 )
inline

Definition at line 156 of file gmock-generated-nice-strict.h.

157 : MockClass(a1,
158 a2, a3, a4, a5, a6, a7, a8) {
159 ::testing::Mock::AllowUninterestingCalls(
161 }
Here is the call graph for this function:

◆ NiceMock() [10/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3,
const A4 & a4,
const A5 & a5,
const A6 & a6,
const A7 & a7,
const A8 & a8,
const A9 & a9 )
inline

Definition at line 165 of file gmock-generated-nice-strict.h.

167 : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9) {
168 ::testing::Mock::AllowUninterestingCalls(
170 }
Here is the call graph for this function:

◆ NiceMock() [11/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 , typename A9 , typename A10 >
testing::NiceMock< MockClass >::NiceMock ( const A1 & a1,
const A2 & a2,
const A3 & a3,
const A4 & a4,
const A5 & a5,
const A6 & a6,
const A7 & a7,
const A8 & a8,
const A9 & a9,
const A10 & a10 )
inline

Definition at line 174 of file gmock-generated-nice-strict.h.

176 : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) {
177 ::testing::Mock::AllowUninterestingCalls(
179 }
Here is the call graph for this function:

◆ ~NiceMock()

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

Definition at line 183 of file gmock-generated-nice-strict.h.

183 {
184 ::testing::Mock::UnregisterCallReaction(
186 }
Here is the call graph for this function:

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