Open WangWen-Albert opened 9 years ago
This looks really interesting. I will definitely take a look and give you some feedback. Thank you for the great work!
Sorry for missing the repository path: https://github.com/WangWen-Albert/CFake Thank you too!
CFakeLib is not a new unit testing framework. However, we could add this library to any existing framework(e.g. cmockery) to enhance the testing capability.
It mainly provide a solution about how to fake one func with another mock(i.e. stub func) during runtime.
With the library, the mock(stub func) may has any name and could be built with original func. And The stub func could be different for a same func in different case, i.e. dynamic stub.
Would you like to add the library or link it?
Thank you in advance!