Definition at line 3102 of file gmock-matchers_test.cc.
◆ OptionalMatchersHelper()
testing::gmock_matchers_test::OptionalMatchersHelper::OptionalMatchersHelper |
( |
| ) |
|
|
inline |
◆ MOCK_METHOD0()
testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD0 |
( |
NoArgs | , |
|
|
int() | ) |
◆ MOCK_METHOD1() [1/2]
testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD1 |
( |
OneArg | , |
|
|
int(int y) | ) |
◆ MOCK_METHOD1() [2/2]
testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD1 |
( |
Overloaded | , |
|
|
int(char x) | ) |
◆ MOCK_METHOD2() [1/2]
testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD2 |
( |
Overloaded | , |
|
|
int(char x, int y) | ) |
◆ MOCK_METHOD2() [2/2]
testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD2 |
( |
TwoArgs | , |
|
|
int(char x, int y) | ) |
The documentation for this class was generated from the following file: