如何在 Xcode 中进行 TDD?

发布于 2024-08-19 10:41:39 字数 92 浏览 10 评论 0原文

有没有好的单元测试和验收测试框架可以应用于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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

浅唱ヾ落雨殇 2024-08-26 10:41:39

内置的 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..

半世晨晓 2024-08-26 10:41:39

流行的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文