Xcode: Unit Testing Cocoa Applications
Yesterday, I talked about how to add unit tests to Cocoa frameworks using Xcode. There’s only a little more set-up required to add tests to Objective-C Cocoa applications. First, turn off ZeroLink for the application target you want to test. Just as with a framework, your unit tests will be built as a test bundle […]
Tagged Cocoa, Objective-C, unit testing, Xcode