TDD iOS tutorial [closed]

岁酱吖の 提交于 2019-12-03 13:42:56

问题


Hi I looking for really good tutorial for iOS TDD, would you please help me!

what is the best iOS TDD book, blog --> tutorial (I had different research on google but since I don't have enough knowledge about " iOS TDD " I don't know which one is the best)

Thanks in advance!


回答1:


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)



来源:https://stackoverflow.com/questions/10640878/tdd-ios-tutorial

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