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: 5 months ago
JSON representation
A comparison of the CMock and FFF C-language mocking frameworks.
- Host: GitHub
- URL: https://github.com/electronvector/cmock-vs-fff
- Owner: ElectronVector
- License: mit
- Created: 2015-12-29T03:34:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T03:41:42.000Z (over 9 years ago)
- Last Synced: 2025-01-09T15:56:39.313Z (6 months ago)
- Language: C
- Size: 759 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.