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

#include <gmock-nice-strict.h>

Public Member Functions

 StrictMockImpl ()
 
 ~StrictMockImpl ()
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ StrictMockImpl()

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

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

128{ ::testing::Mock::FailUninterestingCalls(this); }

◆ ~StrictMockImpl()

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

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

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

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