Originally published at code name. You can comment here or there.

I don’t like GMock.
It’s not as if it was badly written or designed. But it lets you to unit-test dirtier code, tying to method call structure instead of resulting data.
For instance, this GMock code can be rewritten:
Read the rest of this entry »