Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_more_actions_test::DeletionTester Class Reference

Public Member Functions

 DeletionTester (bool *is_deleted)
 
 ~DeletionTester ()
 

Detailed Description

Definition at line 565 of file gmock-more-actions_test.cc.

Constructor & Destructor Documentation

◆ DeletionTester()

testing::gmock_more_actions_test::DeletionTester::DeletionTester ( bool * is_deleted)
inlineexplicit

Definition at line 567 of file gmock-more-actions_test.cc.

568 : is_deleted_(is_deleted) {
569 // Make sure the bit is set to false.
570 *is_deleted_ = false;
571 }

◆ ~DeletionTester()

testing::gmock_more_actions_test::DeletionTester::~DeletionTester ( )
inline

Definition at line 573 of file gmock-more-actions_test.cc.

573 {
574 *is_deleted_ = true;
575 }

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