13 December 2008

googlemock

Google have just announced googlemock, their C++ mocking framework. More details at http://code.google.com/p/googlemock/. It looks like they've done a lot of work.

1 comment:

David Harkness said...

You have both Google Mock (near top) and googlemock (very bottom) listed in the library links on the right.

Also, I don't know if you count unit testing frameworks that include mock object support as mock object libraries, but both SimpleTest and PHPUnit have decent mock object support for PHP. PHPUnit's API is modeled after jMock.