Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gmock_nice_strict_test::MockFoo Class Reference
+ 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)
 

Detailed Description

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

Constructor & Destructor Documentation

testing::gmock_nice_strict_test::MockFoo::MockFoo ( )
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

Member Function Documentation

void testing::gmock_nice_strict_test::MockFoo::Delete ( )
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:

testing::gmock_nice_strict_test::MockFoo::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( MockFoo  )
private
testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD0 ( DoThis  ,
void()   
)
testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD1 ( DoThat  ,
int(bool flag)   
)

The documentation for this class was generated from the following file: