Archived

This forum has been archived. Please start a new discussion on GitHub.

Mocking Prx Objects in C++

I am attempting to use the googlemock package to create a C++ mock Object of a Prx for testing. However, I am not having much luck and I have been unable to find any examples of mocking Prx Objects online. I am not tied to googlemock and would be more than willing to use a separate mocking framework.

I can supply some sample code if required, but I was hoping that this would have a more general answer.