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

Public Member Functions

 OptionalMatchersHelper ()
 
 MOCK_METHOD0 (NoArgs, int())
 
 MOCK_METHOD1 (OneArg, int(int y))
 
 MOCK_METHOD2 (TwoArgs, int(char x, int y))
 
 MOCK_METHOD1 (Overloaded, int(char x))
 
 MOCK_METHOD2 (Overloaded, int(char x, int y))
 

Detailed Description

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

Constructor & Destructor Documentation

◆ OptionalMatchersHelper()

testing::gmock_matchers_test::OptionalMatchersHelper::OptionalMatchersHelper ( )
inline

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

3104{}

Member Function Documentation

◆ MOCK_METHOD0()

testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD0 ( NoArgs ,
int()  )

◆ MOCK_METHOD1() [1/2]

testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD1 ( OneArg ,
int(int y)  )

◆ MOCK_METHOD1() [2/2]

testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD1 ( Overloaded ,
int(char x)  )

◆ MOCK_METHOD2() [1/2]

testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD2 ( Overloaded ,
int(char x, int y)  )

◆ MOCK_METHOD2() [2/2]

testing::gmock_matchers_test::OptionalMatchersHelper::MOCK_METHOD2 ( TwoArgs ,
int(char x, int y)  )

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