ThrowTheSwitch / CMock

CMock - Mock/stub generator for C
http://throwtheswitch.org
MIT License
653 stars 269 forks source link

How to monitor mock calls? #403

Open glarsennordic opened 2 years ago

glarsennordic commented 2 years ago

Hi, it would be useful for test debugging to have CMock print every mock that gets called. I can't find any documentation on whether this is possible, or how to accomplish it. Does anyone here know anything about how to do this?

mvandervoord commented 1 year ago

This is not a feature at this time, but it'd be a fairly straightforward one to add.