cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
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_
 
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)
 
template<typename T , std::enable_if_t< std::is_convertible< T, int64_t >::value, bool > = true>
static void RecordProperty (const std::string &key, const T &value)
 

Constructor & Destructor Documentation

◆ FunctionMockerTest()

template<class T >
testing::gmock_function_mocker_test::FunctionMockerTest< T >::FunctionMockerTest ( )
inlineprotected

Member Data Documentation

◆ foo_

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

◆ mock_foo_

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

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