Pro and cons of MockPP and Google Mock

How do the following laughing frames compare to each other? What are their main limitations compared to their Java partners?

+6
c ++ mocking googlemock
source share
1 answer

I just used google mock and it works great. Framework work has many functions (the guys really thought about everything).

The only bad thing about this is that sometimes it’s impossible to tell where the call failed, because it just prints an uninterested call, but not the line and file where it really happened. For example, for example:

GMOCK WARNING: Uninteresting mock function call - returning directly. Function call: UpdateReferences() 

I can not say anything about MockPP and java colleagues, because I have never used them. And I can’t say how they compare with google mocks.

+1
source share