Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_matchers_test::IsGreaterThan Class Reference

Public Member Functions

 IsGreaterThan (int threshold)
 
bool operator() (int n) const
 

Detailed Description

Definition at line 2907 of file gmock-matchers_test.cc.

Constructor & Destructor Documentation

◆ IsGreaterThan()

testing::gmock_matchers_test::IsGreaterThan::IsGreaterThan ( int threshold)
inlineexplicit

Definition at line 2909 of file gmock-matchers_test.cc.

2909: threshold_(threshold) {}

Member Function Documentation

◆ operator()()

bool testing::gmock_matchers_test::IsGreaterThan::operator() ( int n) const
inline

Definition at line 2911 of file gmock-matchers_test.cc.

2911{ return n > threshold_; }

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