Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | List of all members
testing::gmock_nice_strict_test::MockFoo Class Reference
Inheritance diagram for testing::gmock_nice_strict_test::MockFoo:
Inheritance graph
[legend]

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)
 

Detailed Description

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

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

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