![]() |
Analysis Software
Documentation for sPHENIX simulation software
|
Inheritance diagram for testing::gmock_nice_strict_test::MockFoo:
Collaboration diagram for testing::gmock_nice_strict_test::MockFoo:Public Member Functions | |
| MockFoo () | |
| void | Delete () |
| MOCK_METHOD0 (DoThis, void()) | |
| MOCK_METHOD1 (DoThat, int(bool flag)) | |
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 76 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 76 of file gmock-nice-strict_test.cc
|
inline |
Definition at line 78 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 78 of file gmock-nice-strict_test.cc
|
inline |
Definition at line 79 of file gmock-nice-strict_test.cc.
View newest version in sPHENIX GitHub at line 79 of file gmock-nice-strict_test.cc
Referenced by testing::gmock_nice_strict_test::TEST().
Here is the caller graph for this function:
|
private |
| testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD0 | ( | DoThis | , |
| void() | |||
| ) |
| testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD1 | ( | DoThat | , |
| int(bool flag) | |||
| ) |