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.
BЈoviћ
source share