- 3.0.1 core module.
|
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)) | |
|
inline |
References GTEST_DISALLOW_COPY_AND_ASSIGN_, i, MOCK_METHOD2, MOCK_METHOD3, MockFoo(), x, and y.
Referenced by MockFoo().