Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
testing::internal::NiceMockImpl< Base > Class Template Reference

#include <gmock-nice-strict.h>

Public Member Functions

 NiceMockImpl ()
 
 ~NiceMockImpl ()
 

Detailed Description

template<typename Base>
class testing::internal::NiceMockImpl< Base >

Definition at line 111 of file gmock-nice-strict.h.

Constructor & Destructor Documentation

◆ NiceMockImpl()

template<typename Base>
testing::internal::NiceMockImpl< Base >::NiceMockImpl ( )
inline

Definition at line 113 of file gmock-nice-strict.h.

113  {
114  ::testing::Mock::AllowUninterestingCalls(reinterpret_cast<uintptr_t>(this));
115  }

◆ ~NiceMockImpl()

template<typename Base>
testing::internal::NiceMockImpl< Base >::~NiceMockImpl ( )
inline

Definition at line 117 of file gmock-nice-strict.h.

117  {
118  ::testing::Mock::UnregisterCallReaction(reinterpret_cast<uintptr_t>(this));
119  }

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