Unit Tests with XCode

Krevinek

Evil PPC Tweaker
Has anyone else messed around with writing unit tests with OCUnit (now built-in with XCode 2.2 and later)? I personally have started messing around with it, and OCMock, and am very pleasantly surprised a how clean it is. As a member of a Windows-centered programming team messing around with unit tests and TDD, we have been using the capabilities embedded into VS 2005, and while they are adequate (on par with OCUnit)... well, mocked objects are a bit messy compared to OCMock's abuse of Objective-C to accomplish the same task much more simply.

Although now that I am familiar with the testing environment available to XCode, are there any good resources/tips/whatever regarding TDD on the Mac in particular? Apple's documentation is light (although more accurate than Microsoft's on what TDD is), but I am just curious if there are more sources of wisdom waiting to be found.
 
Back
Top