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.
13 December 2008
Subscribe to:
Post Comments (Atom)
About Mock Objects, a technique for improving the design of code within Test-Driven Development
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:
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.
Post a Comment