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
I don't think FFF should be used with C++, or ever support C++. FFF uses linker seam to replace the code being mocked by its mocks/fakes. C++ have other mechanisms, like run-time polymorphism, that are better suited. The GNU linker, for example, uses name mangling, which make it extremely hard to create FFF fakes.
FFF is a fantastic piece of software for the job it proposes to do: create C fakes.
Hi team,
I am using FFF framework for my project. it is working fine with C. Now my requirement is to use it with C++ here I have couple of doubts,
The text was updated successfully, but these errors were encountered: