meekrosoft / fff

A testing micro framework for creating function test doubles
Other
777 stars 168 forks source link

Support for custom fake sequences on non-variadic functions #15

Closed alvarez86 closed 8 years ago

alvarez86 commented 8 years ago

We can now set a sequence of custom fakes to be called with the macro SET_CUSTOM_FAKE_SEQ, which works much like the SET_RETURN_SEQ macro. At the moment this only works for custom fakes of non-variadic functions.