Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Protected Member Functions | Protected Attributes | List of all members
testing::gmock_function_mocker_test::FunctionMockerTest< T > Class Template Reference
Inheritance diagram for testing::gmock_function_mocker_test::FunctionMockerTest< T >:
Inheritance graph
[legend]

Protected Member Functions

 FunctionMockerTest ()
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

FooInterface *const foo_
 
T mock_foo_
 

Additional Inherited Members

- Public Member Functions inherited from testing::Test
virtual ~Test ()
 
- Static Public Member Functions inherited from testing::Test
static void SetUpTestSuite ()
 
static void TearDownTestSuite ()
 
static void TearDownTestCase ()
 
static void SetUpTestCase ()
 
static bool HasFatalFailure ()
 
static bool HasNonfatalFailure ()
 
static bool IsSkipped ()
 
static bool HasFailure ()
 
static void RecordProperty (const std::string &key, const std::string &value)
 
static void RecordProperty (const std::string &key, int value)
 

Detailed Description

template<class T>
class testing::gmock_function_mocker_test::FunctionMockerTest< T >

Definition at line 254 of file gmock-function-mocker_test.cc.

Constructor & Destructor Documentation

Definition at line 256 of file gmock-function-mocker_test.cc.

Member Data Documentation

template<class T >
FooInterface* const testing::gmock_function_mocker_test::FunctionMockerTest< T >::foo_
protected

Definition at line 258 of file gmock-function-mocker_test.cc.

template<class T >
T testing::gmock_function_mocker_test::FunctionMockerTest< T >::mock_foo_
protected

Definition at line 259 of file gmock-function-mocker_test.cc.


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