MorphingDragon macrumors 603 Original poster Mar 27, 2009 5,159 6 The World Inbetween May 21, 2011 #1 What Unit Testing frameworks are there for Objective-C?
jiminaus macrumors 65816 Dec 16, 2010 1,449 1 Sydney May 22, 2011 #2 There's OCUnit, comes with XCode. See Apple dev note Test Driving Your Code with OCUnit, or the website http://www.sente.ch/software/ocunit/. You might also want to look at http://stackoverflow.com/questions/33207/what-is-the-best-way-to-unit-test-objective-c-code.
There's OCUnit, comes with XCode. See Apple dev note Test Driving Your Code with OCUnit, or the website http://www.sente.ch/software/ocunit/. You might also want to look at http://stackoverflow.com/questions/33207/what-is-the-best-way-to-unit-test-objective-c-code.