在 Xcode 中为 iPhone 项目使用 OCUnit?

发布于 2024-08-14 17:41:32 字数 177 浏览 7 评论 0 原文

配置我的 iPhone 应用程序进行单元测试后,我在文档中注意到了这个警告:

iPhone OS 单元测试支持:Unit iPhone 不支持测试 应用程序。

由于其他一些有关单元测试的 Xcode 文档已经过时......现在仍然是这样吗?

After configuring my iPhone app for unit testing, I belatedly noticed this warning in the documentation:

iPhone OS Unit Testing Support: Unit
tests are not supported for iPhone
applications.

As some of the other Xcode documentation regarding unit testing is out of date...is this still the case?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

习ぎ惯性依靠 2024-08-21 17:41:32

OCUnit 单元测试似乎在 3.0 及更高版本中可用,根据 此页面

也就是说,我使用 GHUnit 并且更喜欢它(而且它绝对支持 iPhone)。 GUI 很棒:

http://github.com/gabriel/gh-unit

OCUnit unit testing seems to be available in 3.0 and later according to this page

That said, I use GHUnit and like it a good bit better (and it definitely supports iPhone). The GUI is great:

http://github.com/gabriel/gh-unit

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