Google Mock for iPhone development?

Posted by Cliff on Stack Overflow See other posts from Stack Overflow or by Cliff
Published on 2009-11-19T22:01:47Z Indexed on 2010/04/18 13:03 UTC
Read the original article Hit count: 380

Filed under:
|
|

I have an interesting situation where I am refactoring a bunch of ObjC iPhone code to create a C++ API. I'm a novice to C++ and looking into C++ mocking frameworks to augment the work I'd done using OCUnit and poor man's mocks. I ran across googlemock and wanted to know if anyone has ever used it for iPhone development? Also, how can I share this (or mockpp) with other devs as it is an installable package and doesn't seem to lend itself to checking into a repository?

© Stack Overflow or respective owner

Related posts about iphone-sdk

Related posts about mocking