forked from 3rd-party/fff
205c702fa9468188507a4a204cc983c69b7cdb5c
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
Languages
C++
74.4%
C
24.2%
Ruby
1.2%
Makefile
0.2%