lpabon / cmockery2

Reviving cmockery unit test framework from Google
Apache License 2.0
69 stars 39 forks source link

[CFakeLib] Would you like to add the library or link it? #26

Open WangWen-Albert opened 9 years ago

WangWen-Albert commented 9 years ago

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!

lpabon commented 9 years ago

This looks really interesting. I will definitely take a look and give you some feedback. Thank you for the great work!

WangWen-Albert commented 9 years ago

Sorry for missing the repository path: https://github.com/WangWen-Albert/CFake Thank you too!