如何在 Xcode 中进行 TDD?
有没有好的单元测试和验收测试框架可以应用于XCode项目?我习惯于使用 Ruby 和 Python 进行 TDD,但对 Objective-C 和 XCode 却很陌生。
Are there any good unit testing and acceptance testing frameworks that can be applied to XCode projects? I'm accustomed to doing TDD in Ruby and Python but am new to Objective-C and XCode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
内置的 Cocoa 单元测试包不够好吗? Chris Hanson 发表了一系列有关 XCode 单元测试的帖子,其中有 Apple 文档 以及..
Is the built in Cocoa Unit Test Bundle not good enough? Chris Hanson did a series of posts on Unit testing in XCode, and there's the Apple documentation as well..
流行的 ASIHTTPRequest 库使用 GHUnit。
使用Apple的东西的好处是它会随着时间的推移而改进,并且会有更好的工具集成,但我不确定它目前是否那么容易使用。
The popular ASIHTTPRequest library uses GHUnit.
The advantage of using Apple's stuff is that it will improve over time and will have better tool integration, but I'm not sure it's as easy to use currently.