问题
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