CMock is a module/object mocking framework for C projects. It generates dummy modules that conform to the interface specified in a header file. This allows APIs to be proven out and exercised before committing to an underlying implementation.
Should I be reviewing this as one of the primary authors? Probably not... but I have to say: I use this every day and it has made my life so much easier. I hate working in C without it, now.
CMock makes unit testing MUCH more tolerable and allows me to explore and tweak APIs to other modules before committing to them and implementing the external modules
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?