OCUnit (shipped with Xcode) is a complete xUnit testing framework that integrates with Xcode (crashes appear as related build errors) and runs on iPhone and OS X. Google Toolbox for Mac provides additional features (including UI testing and gcov support ) on top of OCUnit. I am not sure where you have the idea that it is not in active development. The last change was only 4 days ago (at the time of publication). For a breadboard layout, check out OCMock, the funny library integrated into OCUnit (you may find that the dynamic nature of Objective-C makes unit testing in general and taunts, in particular, much easier than expected by those who are used to C / C ++ / C # / Java).
Believe it or not, Objective-C developers do unit testing.
source share