tesseract v5.3.3.20231005
testing::internal::NaggyMockImpl< Base > Class Template Reference

#include <gmock-nice-strict.h>

Public Member Functions

 NaggyMockImpl ()
 
 ~NaggyMockImpl ()
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ NaggyMockImpl()

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

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

120{ ::testing::Mock::WarnUninterestingCalls(this); }

◆ ~NaggyMockImpl()

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

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

122{ ::testing::Mock::UnregisterCallReaction(this); }

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