Skip to content

Releases: hjagodzinski/C-Mock

Generic macros to mock method/function pair

17 Apr 13:13
Compare
Choose a tag to compare
  • 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.

Minor changes

04 Apr 13:40
Compare
Choose a tag to compare
v0.3.1

Updated header file comments

Updated to build against googletest-1.10

22 Dec 09:48
5a7cde1
Compare
Choose a tag to compare
v0.3.0

cmock-config accepts Google Test directory (#19)

Added CMockMocker

08 Apr 14:21
Compare
Choose a tag to compare
v0.2.0

Updated README

Initial release

07 Apr 12:25
Compare
Choose a tag to compare
v0.1.0

Update broken links to Google Mocks (#8)