I am using boost::test and need to use a mocking framework with it. Does anyone have any recommendations?
I am using boost::test and need to use a mocking framework with it. Does anyone have any recommendations?
ELFSpy let's you replace (mock) functions, methods, virtual functions etc with alternate implementations at runtime.