Skip to content

Generic macros to mock method/function pair

Latest
Compare
Choose a tag to compare
@hjagodzinski hjagodzinski released this 17 Apr 13:13
· 2 commits to master since this release
  • Updated to build with newest Google Test (commit 6c5c4554).
  • Introduced two generic macros CMOCK_MOCK_METHOD and CMOCK_MOCK_FUNCTION to mock method/function pair.
  • Deprecated use of MOCK_METHOD/CMOCK_MOCK_FUNCTIONn macros in favor of the new generic macros.
  • Introduced CMOCK_REAL_FUNCTION macro to call a real function.