本文介绍了TDD iOS教程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

您好我正在为iOS TDD寻找非常好的教程,请您帮助我!

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

什么是最好的iOS TDD书籍,博客 - >教程
(我对谷歌有不同的研究,但由于我对iOS TDD的知识不足,我不知道哪一个是最好的)

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)

谢谢提前!

推荐答案

网上有很多关于TDD的东西..

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

如果您选择使用GHUnit,我建议您使用此处提供的XCode模板:

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

如果您使用ARC,我建议您更改GHUnitTestMain.m有这个:

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

At最后,我推荐Graham Lee的测试驱动iOS开发一书

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)

这篇关于TDD iOS教程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 18:27