-
Notifications
You must be signed in to change notification settings - Fork 49
Ability to trace mocks #292
Copy link
Copy link
Open
Description
Sometimes it is hard to figure out which calls to mocks did fail. Especially if you have a long sequence of calls to functions like getChar() or similar, a trace would be handy.
cgreen_mocks_are(tracing_mocks);
would be a very handy way to activate trace printouts on stdout like:
Mock <function> called with <args> returning <value>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels