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

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

Public Member Functions

 MockFunction ()
 
 MOCK_METHOD2_T (Call, R(A0, A1))
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ MockFunction()

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

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

916 {}

Member Function Documentation

◆ MOCK_METHOD2_T()

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

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