gpt4 book ai didi

xcode - @testable 在 Swift 单元测试中导入 Watch Extension 模块

转载 作者:搜寻专家 更新时间:2023-10-30 22:19:01 24 4
gpt4 key购买 nike

我最近注意到 @testable import 似乎不适用于 Watch Extension 模块。

这是我到目前为止尝试过的:

  • 使用 WatchKit 应用程序创建一个新的 Xcode 项目并包括单元测试。
  • 打开自动创建的单元测试文件并添加@testable import ProjectName_WatchKit_Extension(在确认这是扩展build设置中的正确模块名称之后)。这会产生“没有这样的模块”编译器错误。
  • 确认在扩展build设置中“启用可测试性”设置为是。
  • 更改扩展模块的名称以删除空格

我当然能够通过将所需文件添加到测试目标来成功进行单元测试,但感觉这应该不是必需的。

有没有人能够成功地将 @testable import 与 Watch Extension 一起使用?这是我应该能做的事吗?任何帮助将不胜感激。

最佳答案

来自 Instagram 库 IGInterfaceDataTable:https://github.com/facebookarchive/IGInterfaceDataTable/tree/e5565a96c5a71ef7b849920adc34f880cc37dc03#testing

Since WKInterfaceTable objects must be initialized from storyboards, and 
there is no mechanism yet to create a WatchKit storyboard in code, we cannot use
Xcode unit tests yet.

For now, tests are run manually by executing the ApplicationTests WatchKit
extension and ensuring that none of the asserts are fired.

这是一个很好的问题,我看到有人针对 Quick and Nimble 测试框架提出了类似的问题,其中谈到缺乏对 watch kit 扩展测试的支持。看看:https://github.com/Quick/Quick/issues/273 .

关于xcode - @testable 在 Swift 单元测试中导入 Watch Extension 模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32071229/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com