cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
MockFoo Class Reference

Inherits FooInterface.

Public Member Functions

 MockFoo ()=default
 
 MOCK_METHOD3 (Bar, char(const std::string &s, int i, double x))
 
 MOCK_METHOD2 (Bar2, bool(int x, int y))
 
 MOCK_METHOD2 (Bar3, void(int x, int y))
 

Constructor & Destructor Documentation

◆ MockFoo()

MockFoo::MockFoo ( )
default

Member Function Documentation

◆ MOCK_METHOD2() [1/2]

MockFoo::MOCK_METHOD2 ( Bar2 ,
bool(int x, int y)  )

◆ MOCK_METHOD2() [2/2]

MockFoo::MOCK_METHOD2 ( Bar3 ,
void(int x, int y)  )

◆ MOCK_METHOD3()

MockFoo::MOCK_METHOD3 ( Bar ,
char(const std::string &s, int i, double x)  )

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