Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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))
 
 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
 

Detailed Description

Definition at line 82 of file gmock-nice-strict_test.cc.

Constructor & Destructor Documentation

◆ MockFoo()

testing::gmock_nice_strict_test::MockFoo::MockFoo ( )
inline

Definition at line 84 of file gmock-nice-strict_test.cc.

84{}

Member Function Documentation

◆ Delete()

void testing::gmock_nice_strict_test::MockFoo::Delete ( )
inline

Definition at line 85 of file gmock-nice-strict_test.cc.

85{ delete this; }
Here is the caller graph for this function:

◆ MOCK_METHOD0() [1/2]

testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD0 ( DoThis ,
void()  )

◆ MOCK_METHOD0() [2/2]

testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD0 ( ReturnNonDefaultConstructible ,
NotDefaultConstructible()  )

◆ MOCK_METHOD1()

testing::gmock_nice_strict_test::MockFoo::MOCK_METHOD1 ( DoThat ,
int(bool flag)  )

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