tesseract v5.3.3.20231005
testing::gmock_function_mocker_test::FunctionMockerTest< T > Class Template Reference
Inheritance diagram for testing::gmock_function_mocker_test::FunctionMockerTest< T >:
testing::Test

Protected Member Functions

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

Protected Attributes

FooInterface *const foo_
 
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 286 of file gmock-function-mocker_test.cc.

Constructor & Destructor Documentation

◆ FunctionMockerTest()

Member Data Documentation

◆ foo_

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

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

◆ mock_foo_

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

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


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