摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文