meekrosoft / fff

A testing micro framework for creating function test doubles
Other
761 stars 167 forks source link

Add feature to show arguments used in calls to faked functions #71

Open srl100 opened 5 years ago

srl100 commented 5 years ago

I thought that it would be useful if we could see what arguments are used in calls to the faked functions.

As per the attached patch, if FFF_TRACE is defined before fff.h is included then calls to faked functions are traced along with the argument values used in the calls.

patch.txt