Is there a good solution for the TDD of a MacOSX Objective-c app?
Edit: More info
From the world of Ruby I really want something similar to RSPC made in XCode stuff is enough? I have heard that it is not so. I have something that supports socks, stubs and most / all test conditions provided by RSPC (or similar test conditions).
Yes, it is easy to do TDD with XDD because it includes unit testing outside the box (OCUnit Xcode was included in 2.1). See Excel's documentation and for more information on how to develop and run unit tests in Xcode.
Comments
Post a Comment