meekrosoft / fff

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

Return val history #35

Closed alvarez86 closed 6 years ago

alvarez86 commented 7 years ago

A small contribution. Save the history of returned values so that checking that resources are freed only on success is easier, especially when using a sequence of custom fake functions.