|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|

Public Member Functions | |
| MockFoo () | |
| void | Delete () |
| MOCK_METHOD0 (DoThis, void()) | |
| MOCK_METHOD1 (DoThat, int(bool flag)) | |
| MOCK_METHOD0 (ReturnNonDefaultConstructible, NotDefaultConstructible()) | |
| Public Member Functions inherited from testing::gmock_nice_strict_test::Foo | |
| virtual | ~Foo () |
| virtual void | DoThis ()=0 |
| virtual int | DoThat (bool flag)=0 |
Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (MockFoo) | |
Definition at line 80 of file gmock-nice-strict_test.cc.
|
inline |
Definition at line 82 of file gmock-nice-strict_test.cc.
|
inline |
Definition at line 83 of file gmock-nice-strict_test.cc.
| testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD0 | ( | DoThis | , |
| void() | ) |
| testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD1 | ( | DoThat | , |
| int(bool flag) | ) |
| testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD0 | ( | ReturnNonDefaultConstructible | , |
| NotDefaultConstructible() | ) |
|
private |