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

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

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

Public Member Functions

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

Detailed Description

template<class MockClass>
class testing::StrictMock< MockClass >

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

Constructor & Destructor Documentation

◆ StrictMock() [1/11]

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

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

313 : MockClass() {
314 ::testing::Mock::FailUninterestingCalls(
316 }
To ImplicitCast_(To x)
Here is the call graph for this function:

◆ StrictMock() [2/11]

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

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

343 : MockClass(a1) {
344 ::testing::Mock::FailUninterestingCalls(
346 }
Here is the call graph for this function:

◆ StrictMock() [3/11]

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

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

348 : MockClass(a1, a2) {
349 ::testing::Mock::FailUninterestingCalls(
351 }
Here is the call graph for this function:

◆ StrictMock() [4/11]

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

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

354 : MockClass(a1, a2, a3) {
355 ::testing::Mock::FailUninterestingCalls(
357 }
Here is the call graph for this function:

◆ StrictMock() [5/11]

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

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

361 : MockClass(a1, a2, a3, a4) {
362 ::testing::Mock::FailUninterestingCalls(
364 }
Here is the call graph for this function:

◆ StrictMock() [6/11]

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

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

368 : MockClass(a1, a2, a3, a4, a5) {
369 ::testing::Mock::FailUninterestingCalls(
371 }
Here is the call graph for this function:

◆ StrictMock() [7/11]

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

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

376 : MockClass(a1, a2, a3, a4, a5, a6) {
377 ::testing::Mock::FailUninterestingCalls(
379 }
Here is the call graph for this function:

◆ StrictMock() [8/11]

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

384 : MockClass(a1, a2, a3, a4, a5,
385 a6, a7) {
386 ::testing::Mock::FailUninterestingCalls(
388 }
Here is the call graph for this function:

◆ StrictMock() [9/11]

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

393 : MockClass(a1,
394 a2, a3, a4, a5, a6, a7, a8) {
395 ::testing::Mock::FailUninterestingCalls(
397 }
Here is the call graph for this function:

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

403 : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9) {
404 ::testing::Mock::FailUninterestingCalls(
406 }
Here is the call graph for this function:

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

412 : MockClass(a1, a2, a3, a4, a5, a6, a7, a8, a9, a10) {
413 ::testing::Mock::FailUninterestingCalls(
415 }
Here is the call graph for this function:

◆ ~StrictMock()

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

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

419 {
420 ::testing::Mock::UnregisterCallReaction(
422 }
Here is the call graph for this function:

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