tesseract v5.3.3.20231005
MockFoo Class Reference

Inherits FooInterface.

Public Member Functions

 MockFoo ()
 
 MOCK_METHOD3 (Bar, char(const std::string &s, int i, double x))
 
 MOCK_METHOD2 (Bar2, bool(int x, int y))
 
 MOCK_METHOD2 (Bar3, void(int x, int y))
 

Detailed Description

Definition at line 57 of file gmock_output_test_.cc.

Constructor & Destructor Documentation

◆ MockFoo()

MockFoo::MockFoo ( )
inline

Definition at line 59 of file gmock_output_test_.cc.

59{}

Member Function Documentation

◆ MOCK_METHOD2() [1/2]

MockFoo::MOCK_METHOD2 ( Bar2  ,
bool(int x, int y  
)

◆ MOCK_METHOD2() [2/2]

MockFoo::MOCK_METHOD2 ( Bar3  ,
void(int x, int y  
)

◆ MOCK_METHOD3()

MockFoo::MOCK_METHOD3 ( Bar  ,
char(const std::string &s, int i, double x  
)

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