Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electronvector/cmock-vs-fff

A comparison of the CMock and FFF C-language mocking frameworks.
https://github.com/electronvector/cmock-vs-fff

Last synced: 19 days ago
JSON representation

A comparison of the CMock and FFF C-language mocking frameworks.

Awesome Lists containing this project

README

        

# CMock vs fff

Comparison of CMock and fff (Fake Function Framework) usage.

Both are used to implement the same tests on an example "event processor"
module.

## Tests

The CMock tests are in test/test_event_processor_cmock.c. Run them with `rake
cmock`.

The fff tests are in src/test_event_processor_fff.c. Run them with `rake fff`.