Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::ExpectationTester Class Reference

Public Member Functions

void SetCallCount (int n, ExpectationBase *exp)
 

Detailed Description

Definition at line 52 of file gmock-spec-builders_test.cc.

Member Function Documentation

◆ SetCallCount()

void testing::internal::ExpectationTester::SetCallCount ( int n,
ExpectationBase * exp )
inline

Definition at line 55 of file gmock-spec-builders_test.cc.

55 {
56 exp->call_count_ = n;
57 }

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