Skip to content

TE-HiroakiYamazoe/cmock-vs-fff

 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • Ruby 0.2%