Tag Archives: tests

Recipe: NSLog Tricks

NSLog is not just useful for printing out your variables in the heat of a debugging session – for instance, did you know you can get NSLog to spill the beans on the line number you’re on in the current method, or the path of the current file?  There are a number of compile-time macros [...]

Read more
OCRunner – A Stand-alone Test Runner for Objective-C

OCRunner – A Stand-alone Test Runner for Objective-C

URL: http://www.mcubedsw.com/dev/ocrunner
Code Quality: Functional Beta (works well, features still being added)
Description: OCRuner is a stand-alone test runner much like you’d find in the Java world.  This is a work-in-progess but has all of the basic functionality needed to allow you to run your Objective-C unit tests and get direct visual results of the pass/fail status [...]

Read more