Simon Shi

放飞梦想,专注于Mobile开发

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: 订阅 订阅 :: 管理 ::

2012年9月27日

摘要: From:http://blog.carbonfive.com/2011/04/06/running-xcode-4-unit-tests-from-the-command-line/Command line builds for Xcode 4 projectsare a good first step but I really want to get my project’s tests running on a continuous integration server again. Since “test” isn’t a valid build action to pass to x 阅读全文
posted @ 2012-09-27 16:01 Simon Shi 阅读(295) 评论(0) 推荐(0) 编辑

摘要: From:http://longweekendmobile.com/2011/04/17/xcode4-running-application-tests-from-the-command-line-in-ios/While researching the “is GHUnit still relevant vis-a-vis Xcode 4” article, I discovered this Carbon Five post by Jonah:Running Xcode 4 unit tests from the command line.In short, I found a way 阅读全文
posted @ 2012-09-27 16:00 Simon Shi 阅读(412) 评论(0) 推荐(0) 编辑

摘要: From:http://longweekendmobile.com/2011/04/15/unit-testing-in-xcode-4-use-ocunit-and-sentest-instead-of-ghunit/Who should read this article: If you develop for iOS and you unit test, this is for you. I compareGHUnitwith the revamped, Xcode 4-integrated OCUnit/SenTestingKit, and provide recommendation 阅读全文
posted @ 2012-09-27 15:57 Simon Shi 阅读(483) 评论(0) 推荐(0) 编辑

摘要: From:http://longweekendmobile.com/2011/02/23/tdd-best-practices-testing-in-ios4-with-ghunit-part-1/EDIT: This post is still relevant and useful for installing/setting up unit tests on iOS with GHUnit. However, as of Xcode 4, we have also begun using OCUnit again. See the articlediscussing which one 阅读全文
posted @ 2012-09-27 15:54 Simon Shi 阅读(392) 评论(0) 推荐(0) 编辑