1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00
2010-12-17 18:21:13 +01:00
2010-12-17 18:21:13 +01:00
2010-12-14 16:20:19 +01:00

cmock is a micro-framework for creating fake C functions for tests.

Here are some cmock truths:  
 * It maintains a call count and will capture the arguments sent
 * It can be used in C or C++ tests
 * It is simple - just include a header file and you are good to go.
 
What I'd like to add:
 * Proper mock - setting expectations, etc   
Description
No description provided
Readme MIT 2.8 MiB
Languages
C 92.1%
Ruby 5.9%
C++ 1.1%
CMake 0.8%