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

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

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

Public Member Functions

 NaggyMock ()
 
template<typename A1 >
 NaggyMock (const A1 &a1)
 
template<typename A1 , typename A2 >
 NaggyMock (const A1 &a1, const A2 &a2)
 
template<typename A1 , typename A2 , typename A3 >
 NaggyMock (const A1 &a1, const A2 &a2, const A3 &a3)
 
template<typename A1 , typename A2 , typename A3 , typename A4 >
 NaggyMock (const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4)
 
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 >
 NaggyMock (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 >
 NaggyMock (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 >
 NaggyMock (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 >
 NaggyMock (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 >
 NaggyMock (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 >
 NaggyMock (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)
 
 ~NaggyMock ()
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ NaggyMock() [1/11]

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

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

195 : MockClass() {
196 ::testing::Mock::WarnUninterestingCalls(
198 }
To ImplicitCast_(To x)
Here is the call graph for this function:

◆ NaggyMock() [2/11]

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

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

225 : MockClass(a1) {
226 ::testing::Mock::WarnUninterestingCalls(
228 }
Here is the call graph for this function:

◆ NaggyMock() [3/11]

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

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

230 : MockClass(a1, a2) {
231 ::testing::Mock::WarnUninterestingCalls(
233 }
Here is the call graph for this function:

◆ NaggyMock() [4/11]

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

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

236 : MockClass(a1, a2, a3) {
237 ::testing::Mock::WarnUninterestingCalls(
239 }
Here is the call graph for this function:

◆ NaggyMock() [5/11]

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

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

243 : MockClass(a1, a2, a3, a4) {
244 ::testing::Mock::WarnUninterestingCalls(
246 }
Here is the call graph for this function:

◆ NaggyMock() [6/11]

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

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

250 : MockClass(a1, a2, a3, a4, a5) {
251 ::testing::Mock::WarnUninterestingCalls(
253 }
Here is the call graph for this function:

◆ NaggyMock() [7/11]

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

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

258 : MockClass(a1, a2, a3, a4, a5, a6) {
259 ::testing::Mock::WarnUninterestingCalls(
261 }
Here is the call graph for this function:

◆ NaggyMock() [8/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 >
testing::NaggyMock< MockClass >::NaggyMock ( 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 265 of file gmock-generated-nice-strict.h.

266 : MockClass(a1, a2, a3, a4, a5,
267 a6, a7) {
268 ::testing::Mock::WarnUninterestingCalls(
270 }
Here is the call graph for this function:

◆ NaggyMock() [9/11]

template<class MockClass >
template<typename A1 , typename A2 , typename A3 , typename A4 , typename A5 , typename A6 , typename A7 , typename A8 >
testing::NaggyMock< MockClass >::NaggyMock ( 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 274 of file gmock-generated-nice-strict.h.

275 : MockClass(a1,
276 a2, a3, a4, a5, a6, a7, a8) {
277 ::testing::Mock::WarnUninterestingCalls(
279 }
Here is the call graph for this function:

◆ NaggyMock() [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::NaggyMock< MockClass >::NaggyMock ( 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 283 of file gmock-generated-nice-strict.h.

285 : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9) {
286 ::testing::Mock::WarnUninterestingCalls(
288 }
Here is the call graph for this function:

◆ NaggyMock() [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::NaggyMock< MockClass >::NaggyMock ( 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 292 of file gmock-generated-nice-strict.h.

294 : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) {
295 ::testing::Mock::WarnUninterestingCalls(
297 }
Here is the call graph for this function:

◆ ~NaggyMock()

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

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

301 {
302 ::testing::Mock::UnregisterCallReaction(
304 }
Here is the call graph for this function:

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