TDD iOS tutorial [closed]

馋奶兔 提交于 2019-12-03 03:40:39
Luis Jacintho

There are many stuff about TDD on iOS available on the web..

If you choose using GHUnit, I recommend you using XCode's template available here: https://github.com/zenkimoto/ghunit-ocmock-xcode4-template

and if you use ARC, I recommend changing your GHUnitTestMain.m with this:

http://hataewon.tumblr.com/post/17502311021/continuous-integration-for-cocoa

At last, I recommend the book Test Driven iOS Development from Graham Lee http://www.amazon.com/Test-Driven-iOS-Development-Developers-Library/dp/0321774183

(Sorry, as a new user I could not post more than two links)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!