#include <gmock_link_test.h>
List of all members.
Public Member Functions |
| Mock () |
| Mock () |
| MOCK_METHOD0 (DoThis, void()) |
| MOCK_METHOD1 (VoidFromString, void(char *str)) |
| MOCK_METHOD1 (StringFromString, char *(char *str)) |
| MOCK_METHOD1 (IntFromString, int(char *str)) |
| MOCK_METHOD1 (IntRefFromString, int &(char *str)) |
| MOCK_METHOD1 (VoidFromFunc, void(void(*func)(char *str))) |
| MOCK_METHOD1 (VoidFromIntRef, void(int &n)) |
| MOCK_METHOD1 (VoidFromFloat, void(float n)) |
| MOCK_METHOD1 (VoidFromDouble, void(double n)) |
| MOCK_METHOD1 (VoidFromVector, void(const std::vector< int > &v)) |
Private Member Functions |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Mock) |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Mock) |
Detailed Description
Definition at line 41 of file gmock-nice-strict_test.cc.
Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files: