Xmipp  v3.23.11-Nereus
Public Member Functions | List of all members
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 135 of file gmock-nice-strict.h.

Constructor & Destructor Documentation

◆ StrictMockImpl()

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

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

137  {
138  ::testing::Mock::FailUninterestingCalls(reinterpret_cast<uintptr_t>(this));
139  }

◆ ~StrictMockImpl()

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

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

141  {
142  ::testing::Mock::UnregisterCallReaction(reinterpret_cast<uintptr_t>(this));
143  }

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