SenTestingKit (integrated with XCode) versus GHUnit on XCode 4 for Unit Testing?

余生颓废 提交于 2019-12-03 15:51:24

Greg, I answered your question on my blog, about 2 weeks late :). The conclusion I came to is the GHUnit isn't obsolete, but you should use SenTestingKit for new projects on Xcode 4.

http://longweekendmobile.com/2011/04/15/unit-testing-in-xcode-4-use-ocunit-and-sentest-instead-of-ghunit/

actually got some good feedback after also polling the apple forum community here https://devforums.apple.com/message/408448#408448

I don't have in depth knowledge of both the Testings, One thing I read about is you can subclass GHUnit to use SenTest or GTMTestCase. Read This. I guess you can write both the test cases using GHUnit and having UI makes it real simple and fun to use.

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