You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: