- If you're creating a framework that doesn't have an existing application already, add a new target and call it something like "MyTestApp". All that you really need is main and the app delegate so you can get away with creating an "Empty Application".
- If you don't already have a test bundle, add a new Cocoa Touch Unit Testing Bundle.
- Follow the steps under "Setup Application Unit Tests" at the following link.
http://developer.apple.com/library/ios/#documentation/Xcode/Conceptual/ios_development_workflow/135-Unit_Testing_Applications/unit_testing_applications.html
Thanks to Allen Ding the creator of Kiwi for his help and pointing me in the right direction. Happy testing!
No comments:
Post a Comment