Electroneum
testing::MockFunction< R(A0, A1, A2)> Class Template Reference

#include <gmock-generated-function-mockers.h>

Public Member Functions

 MockFunction ()
 
 MOCK_METHOD3_T (Call, R(A0, A1, A2))
 

Detailed Description

template<typename R, typename A0, typename A1, typename A2>
class testing::MockFunction< R(A0, A1, A2)>

Definition at line 933 of file gmock-generated-function-mockers.h.

Constructor & Destructor Documentation

◆ MockFunction()

template<typename R , typename A0 , typename A1 , typename A2 >
testing::MockFunction< R(A0, A1, A2)>::MockFunction ( )
inline

Definition at line 935 of file gmock-generated-function-mockers.h.

935 {}

Member Function Documentation

◆ MOCK_METHOD3_T()

template<typename R , typename A0 , typename A1 , typename A2 >
testing::MockFunction< R(A0, A1, A2)>::MOCK_METHOD3_T ( Call  ,
R(A0, A1, A2)   
)

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